|
|
10/18/11 13:33:19 |
@310
|
[310]
|
lakin |
geniusql - fixing whitespcae |
|
|
11/28/08 21:26:24 |
@256
|
[256]
|
fumanchu |
Whew. Major move of LIKE logic from the deparsers into the adapters. This … |
|
|
11/17/07 18:58:19 |
@233
|
[233]
|
fumanchu |
Whoops. Now that localtime_offset depends on the time of year, it … |
|
|
11/17/07 17:09:56 |
@230
|
[230]
|
fumanchu |
Daylight-savings date-transformation bug in adapters.py. This fixes pretty … |
|
|
11/17/07 16:48:56 |
@229
|
[229]
|
fumanchu |
Woops. MySQL reminded me to implement the reverse encoding dance when … |
|
|
11/17/07 15:56:51 |
@225
|
[225]
|
fumanchu |
Fix for FB pickle encoding bugs. This "fixes" all other DB's too, although … |
|
|
11/17/07 14:51:21 |
@222
|
[222]
|
fumanchu |
Docstrings, and commented out a test that doesn't have any code for it … |
|
|
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/16/07 18:59:06 |
@76
|
[76]
|
fumanchu |
New decimal/fixed to float adapters. |
|
|
04/11/07 19:05:17 |
@73
|
[73]
|
fumanchu |
Fixed some precision conversion issues from base 2 to base 10. Also added … |
|
|
04/10/07 15:58:04 |
@68
|
[68]
|
fumanchu |
Renamed adapters.numeric_to_* to number_to_* to avoid confusion with … |
|
|
04/10/07 12:49:23 |
@67
|
[67]
|
fumanchu |
SQLite upgraded to latest adapter/dbtype syntax. |
|
|
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 17:45:25 |
@61
|
[61]
|
fumanchu |
Fixes for sqlserver. |
|
|
04/05/07 17:19:10 |
@60
|
[60]
|
fumanchu |
Better class names; in general, most DatabaseTypes? are now SQL92* and … |
|
|
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:44 |
@56
|
[56]
|
fumanchu |
Cosmetics. |
|
|
04/02/07 18:07:48 |
@55
|
[55]
|
fumanchu |
sqlserver and msaccess now work. |
|
|
04/01/07 20:31:20 |
@54
|
[54]
|
fumanchu |
Deeper rabbit hole: New DatabaseType? replaces column.dbtype, … |
|
|
03/24/07 23:54:40 |
@47
|
[47]
|
fumanchu |
Fixed SQL Server binary ops. |
|
|
03/23/07 16:51:56 |
@45
|
[45]
|
fumanchu |
Changed TypeAdapter?.coerce signature form (hints, pytype) to (pytype, … |
|
|
03/23/07 15:56:27 |
@44
|
[44]
|
fumanchu |
Postgres now defaults to using the native "interval" type for timedeltas. |
|
|
03/23/07 13:17:56 |
@42
|
[42]
|
fumanchu |
Fixed SQLite date binary ops. Dropped 'perfect date' distinction; if … |
|
|
03/21/07 13:32:52 |
@38
|
[38]
|
fumanchu |
Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu … |
|
|
03/13/07 15:06:47 |
@33
|
[33]
|
fumanchu |
Fluff. |
|
|
03/12/07 20:21:31 |
@31
|
[31]
|
fumanchu |
Changed timedelta to use NUMERIC by default; floats were causing rounding … |
|
|
02/18/07 17:36:15 |
@18
|
[18]
|
fumanchu |
Moved Database.isrelatedtype to TypeAdapter?.related. Also moved … |
|
|
02/10/07 22:20:42 |
@1
|
[1]
|
fumanchu |
Initial import. |