Shai Berger

Results 19 comments of Shai Berger

@martinnj Thanks for the deep and enlightening analysis. This explains a lot. I would prefer that, in cases where a whole operation on a specific client fails, all the keys...

Just to clarify: The filename in the header is visible. But when you select it with the mouse, you can't see what's selected.

Do you think it would be better to go raising the priority of `libmodernize.fixes.fix_unicode_type` (or maybe some other fixers), or just lower that of `libmodernize.fixes.fix_unicode_future` ? For future reference, changing...

I've been using [nodeenv](https://pypi.python.org/pypi/nodeenv) successfully. Although its docs say "python 2.6 or 2.7", it does support Python 3. nodeenv is itself pip-installable, and then you can use it to install...

FYI, there are discussions going on now, on the django-developers mailing list, looking to add use of database defaults to Django. I would take a good look at the suggestions...

FWIW, the Django team has been making an effort to let Django's test-suite be used for this. If you run Django's tests with this backend, and run into a test...

Actually, we encountered this issue on Oracle as well -- the root cause is that each of the parameters is passed in independently, so at statement compilation time, the database...

Yes, a schema would probably explain the error. I'd try one of two things: 1) If possible, make 'Geo' the default schema for the relevant user. I haven't actually played...