trebor74hr
trebor74hr
### Database scenarios only This improvement suggestion refers only when Factory-boy is used in database scenarios - i.e. SQLAlchemyModelFactory/Django... etc. #### create() creates complete tree of subobjects When calling `Factory.create()`...
Hi, I installed on OSX like this: ``` brew install protobuf pip install imposm.parser ``` Everything went fine, but when I tested library, e.g.: ``` python -c"from imposm.parser.pbf import OSMPBF"...
Scenario: cx_Oracle + Johnny Cache + django.qs.iterator() + table with CLOB column -> produces error: ``` ProgrammingError: LOB variable no longer valid after subsequent fetch ``` (more details http://starship.python.net/crew/atuining/cx_Oracle/html/lobobj.html) The...