Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/providers/psycopg.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/05/12 18:53:00 @326 [326] lakin fixing the postgresql connection tests and the sqlite join sql writer
(edit) 02/04/12 21:47:20 @316 [316] lakin geniusql - whitespace updates.
(edit) 11/26/07 19:09:38 @244 [244] fumanchu Psycopg support for auto-reconnect.
(edit) 10/24/07 23:59:52 @198 [198] fumanchu New ConnectionManager?.initial_sql attribute, for running e.g. "SET …
(edit) 10/19/07 10:47:08 @197 [197] fumanchu Error message audit.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/03/07 10:49:12 @112 [112] fumanchu Fix for #10 (Psycopg errors on DDL in autocommit mode).
(edit) 05/08/07 15:49:40 @85 [85] fumanchu Normalized "query" to mean geniusql.Query and used "sql" everywhere else …
(edit) 04/05/07 19:09:53 @62 [62] fumanchu Postgres fixes (new adapters and dbtypes).
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/25/07 15:12:26 @49 [49] fumanchu Final fixes to postgres date types.
(edit) 03/23/07 15:56:27 @44 [44] fumanchu Postgres now defaults to using the native "interval" type for timedeltas.
(edit) 02/16/07 22:11:06 @13 [13] fumanchu Package reorganization.
(edit) 02/16/07 17:56:58 @11 [11] fumanchu Split Schema from Database. Table objects now reference a parent schema, …
(edit) 02/14/07 19:12:02 @10 [10] fumanchu Separated all connection/transaction logic into a new 'connectionmanager' …
(edit) 02/13/07 00:17:19 @9 [9] fumanchu Yet more tests. Added Table.delete and delete_all methods. All id_clause …
(edit) 02/12/07 19:48:48 @8 [8] fumanchu More tests. Moved id_clause, insert, save, and _grab_new_ids from Database …
(edit) 02/12/07 17:39:14 @7 [7] fumanchu Various bugfixes related to Table.created.
(edit) 02/12/07 16:34:25 @6 [6] fumanchu Added 'pytype' attribute to Columns: …
(edit) 02/11/07 20:43:10 @3 [3] fumanchu More implementations of _grab_new_ids.
(edit) 02/11/07 02:31:31 @2 [2] fumanchu New Database methods: make_table, save, insert. Added initial test suite …
(add) 02/10/07 22:20:42 @1 [1] fumanchu Initial import.