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