|
|
04/05/12 18:52:11 |
@323
|
[323]
|
lakin |
fixing the Postgresql LIKE queries. |
|
|
04/05/12 18:51:57 |
@322
|
[322]
|
lakin |
fixing the PgPickle? class which was not correctly undoing some of its own … |
|
|
09/21/11 22:48:46 |
@300
|
[300]
|
ltnooy |
Fixing postgres timezones with negative hours. |
|
|
09/21/11 22:00:41 |
@299
|
[299]
|
ltnooy |
Adding postgres support for timestamps with timezone information. |
|
|
06/14/11 00:24:58 |
@292
|
[292]
|
lakin |
apparently python2.6 has a buffer type that you can't feed into a unicode … |
|
|
01/06/10 17:49:58 |
@285
|
[285]
|
lakin |
Pg_str_to_BYTEA no longer inherits from Pg_str_to_VARCHAR - so it must … |
|
|
01/06/10 17:40:20 |
@284
|
[284]
|
lakin |
Better value for max_bytes and better no octal-escaping of CHAR values. |
|
|
01/06/10 16:09:45 |
@283
|
[283]
|
lakin |
geniusql - postgres allows for MUCH larger varchar columns than Dejavu … |
|
|
03/18/09 19:50:39 |
@278
|
[278]
|
fumanchu |
New Database.exists method. |
|
|
11/28/08 21:26:24 |
@256
|
[256]
|
fumanchu |
Whew. Major move of LIKE logic from the deparsers into the adapters. This … |
|
|
04/04/08 03:33:01 |
@249
|
[249]
|
fumanchu |
Fix for #4 (use type TEXT rather than VARCHAR). |
|
|
11/17/07 18:58:19 |
@233
|
[233]
|
fumanchu |
Whoops. Now that localtime_offset depends on the time of year, it … |
|
|
11/08/07 17:59:50 |
@219
|
[219]
|
fumanchu |
postgres: better str to bytea support. |
|
|
11/08/07 10:59:20 |
@218
|
[218]
|
fumanchu |
Safer sequencing for postgres. |
|
|
11/01/07 12:27:43 |
@209
|
[209]
|
fumanchu |
New Schema.index_name method. New Table.implicit_pkey_indices flag. Not … |
|
|
10/31/07 16:14:23 |
@208
|
[208]
|
fumanchu |
Sequence improvements:
… |
|
|
10/29/07 18:56:01 |
@205
|
[205]
|
fumanchu |
Some fixes for View discovery. |
|
|
10/29/07 14:31:13 |
@204
|
[204]
|
fumanchu |
Most of the fix for #16 (add View class). |
|
|
10/19/07 10:47:08 |
@197
|
[197]
|
fumanchu |
Error message audit. |
|
|
09/25/07 17:22:15 |
@180
|
[180]
|
fumanchu |
Oops. |
|
|
09/25/07 17:13:46 |
@179
|
[179]
|
fumanchu |
Improved handling of schema name for sequences. |
|
|
09/24/07 12:59:21 |
@176
|
[176]
|
fumanchu |
Schema'd sequence name fix and DON'T run CREATE SCHEMA on a master conn! … |
|
|
09/24/07 00:24:57 |
@174
|
[174]
|
fumanchu |
New restrict=False arg for PgSchema?.drop. |
|
|
09/23/07 22:39:53 |
@173
|
[173]
|
fumanchu |
Typo in postgres.PgSchema?.drop_sequence. |
|
|
09/23/07 20:20:01 |
@172
|
[172]
|
fumanchu |
Docstring updates. |
|
|
09/22/07 16:39:07 |
@171
|
[171]
|
fumanchu |
Postgres experiment: prefix table.qname with the schema.name. |
|
|
09/20/07 16:43:19 |
@168
|
[168]
|
fumanchu |
Fix for pypgsql default values. |
|
|
08/28/07 15:28:30 |
@153
|
[153]
|
fumanchu |
Separate adapters for timezone-aware or -naive datetimes for Postgres. |
|
|
08/27/07 17:52:53 |
@152
|
[152]
|
fumanchu |
Improved timezone support (pg only at the moment). |
|
|
08/26/07 19:52:32 |
@150
|
[150]
|
fumanchu |
Oops. Bug in postgres _get_table. |
|
|
08/24/07 11:03:31 |
@148
|
[148]
|
fumanchu |
Unjoined some discovery calls. |
|
|
08/23/07 16:15:00 |
@146
|
[146]
|
fumanchu |
Much better multischema support:
… |
|
|
08/23/07 10:45:35 |
@145
|
[145]
|
fumanchu |
Pass table object to _get_columns/_get_index instead of tablename. |
|
|
08/16/07 03:46:12 |
@143
|
[143]
|
fumanchu |
New Table.description attribute, plus lots of postgres reflection fixes. |
|
|
08/13/07 01:14:24 |
@135
|
[135]
|
fumanchu |
Merged AST branch back into trunk. |
|
|
04/10/07 16:07:18 |
@71
|
[71]
|
fumanchu |
Postgres buglet. |
|
|
04/10/07 15:59:31 |
@70
|
[70]
|
fumanchu |
Uniform TypeErrors? in adapters. |
|
|
04/09/07 13:06:49 |
@65
|
[65]
|
fumanchu |
Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?. |
|
|
04/06/07 03:20:32 |
@64
|
[64]
|
fumanchu |
Fix for Postgres meganumbers (stored as TEXT). |
|
|
04/05/07 19:09:53 |
@62
|
[62]
|
fumanchu |
Postgres fixes (new adapters and dbtypes). |
|
|
04/05/07 13:51:37 |
@59
|
[59]
|
fumanchu |
Better adaptation. Adapters now do all the binary_op and compare_op logic. … |
|
|
04/03/07 18:10:58 |
@57
|
[57]
|
fumanchu |
PostgreSQL now works with the new types and adapters. |
|
|
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. |
|
|
03/21/07 13:32:52 |
@38
|
[38]
|
fumanchu |
Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu … |
|
|
03/15/07 12:59:00 |
@34
|
[34]
|
fumanchu |
Split decompilation from select module into its own decompile module. |
|
|
03/08/07 18:52:55 |
@23
|
[23]
|
fumanchu |
New Table.add_primary, drop_primary methods. Also made a new 'Bijection' … |
|
|
02/18/07 17:36:15 |
@18
|
[18]
|
fumanchu |
Moved Database.isrelatedtype to TypeAdapter?.related. Also moved … |
|
|
02/16/07 23:26:39 |
@14
|
[14]
|
fumanchu |
Added isolation tests. Database kwargs now set child attributes if the key … |
|
|
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' … |