remove PLC.Debug.log, use PLC.Logger.logger instead
[plcapi.git] / PLC / PostgreSQL.py
2017-02-15 Thierry Parmentelatremove PLC.Debug.log, use PLC.Logger.logger instead newlogs
2012-04-11 Thierry Parmentelatrevert _quote to marco's version
2012-04-02 Thierry Parmentelatfix quoting - was totally wrong on f16
2012-03-27 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2012-03-27 Thierry Parmentelatget rid of svn keywords once and for good
2012-03-27 Thierry Parmentelatrewrite PostgreSQL.quote for f14/f16 reusing pgdb as...
2012-03-06 Marco YuenPort _quote() from old version of pgdb. Simpliy code.
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-05-03 Thierry ParmentelatFirst draft for leases
2009-09-30 Thierry Parmentelatbugfix for when trying to quote enumerate types
2009-07-19 Thierry Parmentelatsvn keywords
2009-06-05 Thierry Parmentelatbugfix for filters based on a pattern with *f or *d
2009-04-02 Thierry Parmentelatavoid leaking transactions - merged changeset 12836...
2008-12-11 Thierry ParmentelatInterfaces can handle tags through Add/Get/Update
2008-07-04 Thierry Parmentelatmerged 9820 in trunk
2008-06-03 Tony Macknew method next_id(...) returns next primary key id
2007-10-25 Thierry Parmentelatset svn:keywords property for proper keywords expansion
2007-02-12 Mark Huang- close cursors after use
2007-02-11 Mark Huang- do not reuse cursors!
2007-02-11 Mark Huang- try obtaining another cursor once if it appears to...
2007-02-08 Mark Huang- fields(): cache table field names
2006-12-04 Mark Huang- Fix casting of unicode strings in arrays
2006-11-09 Mark Huang- selectall: key_field implies hashref
2006-11-08 Mark Huang- support psycopg2
2006-10-30 Mark Huangpgdb returns raw UTF-8 strings. Wrap pgdb.typecast...
2006-10-24 Mark Huangaccept sets when quoting
2006-10-20 Mark Huang- hard-code "planetlab4" as the DB name for now
2006-10-16 Mark Huang- ignore rollback errors
2006-10-13 Mark Huang- close cursor before attempting rollback
2006-10-03 Mark Huang- make last_insert_id() return the primary key value...
2006-09-25 Mark Huang- add fields() function for returning the column names...
2006-09-06 Mark HuangInitial checkin of new API implementation