lp:~rvalyi/openobject-server/java-jython5.2

Created by Raphaël Valyi - http://www.akretion.com and last modified
Get this branch:
bzr branch lp:~rvalyi/openobject-server/java-jython5.2
Only Raphaël Valyi - http://www.akretion.com can upload to this branch. If you are Raphaël Valyi - http://www.akretion.com please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

1960. By Raphaël Valyi - http://www.akretion.com

[JYTHON] avoids INSERTING/WRITING None into database, replace it by NULL instead; this for instance enables product/categ creation

1959. By Raphaël Valyi - http://www.akretion.com

[JYTHON] avoids yield keyword in dictefetchall and co wrappers as it seems to loose Jython

1958. By Raphaël Valyi - http://www.akretion.com

[JYTHON] avoid decode in SELECT SQL method because it CPython bytes are not Jython bytes and it would screw up the database names under Jython

1957. By Raphaël Valyi - http://www.akretion.com

[JYTHON] uses __builtin__ instead of __builtins__ which is equivalent but portable pure Python (eg Jython compatible), see http://docs.python.org/library/__builtin__.html

1956. By Raphaël Valyi - http://www.akretion.com

[JYTHON] minimal changes to bin/sql_db.py to use our psycopg2 Postgres wrapper over zxJDBC (Java JDBC), still uses the OpenERP pooler. I think the transaction isolation level might not be set properly yet however

1955. By Raphaël Valyi - http://www.akretion.com

[JYTHON] added simple psycopg2 (Postgres C driver) wrapper arround zxJDBC (Java JDBC Postgres driver), by taking inspiration from the fellow Django on Jython project http://code.google.com/p/django-jython/source/browse/trunk/doj/backends/zxjdbc/postgresql/base.py

1954. By Raphaël Valyi - http://www.akretion.com

[JYTHON] created fake lxml local module that redefine etree using the jython-elementtree lib ( http://code.google.com/p/jython-elementtree/ ). All from lxml import etree now pass on Jython

1952. By Raphaël Valyi - http://www.akretion.com

[MERGE] from trunk

1951. By Raphaël Valyi - http://www.akretion.com

[FIX] added datutil pure Python lib dependency

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.