|
|
04/10/07 17:49:23 |
@67
|
[67]
|
fumanchu |
SQLite upgraded to latest adapter/dbtype syntax. |
|
|
04/10/07 00:52:08 |
@66
|
[66]
|
fumanchu |
MySQL upgraded to latest adapter/dbtype syntax. |
|
|
04/09/07 18:06:49 |
@65
|
[65]
|
fumanchu |
Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?. |
|
|
04/06/07 08:20:32 |
@64
|
[64]
|
fumanchu |
Fix for Postgres meganumbers (stored as TEXT). |
|
|
04/06/07 07:59:18 |
@63
|
[63]
|
fumanchu |
Weird SQL Server max precision fix. |
|
|
04/06/07 00:09:53 |
@62
|
[62]
|
fumanchu |
Postgres fixes (new adapters and dbtypes). |
|
|
04/05/07 22:45:25 |
@61
|
[61]
|
fumanchu |
Fixes for sqlserver. |
|
|
04/05/07 22:19:10 |
@60
|
[60]
|
fumanchu |
Better class names; in general, most DatabaseTypes? are now SQL92* and … |
|
|
04/05/07 18:51:37 |
@59
|
[59]
|
fumanchu |
Better adaptation. Adapters now do all the binary_op and compare_op logic. … |
|
|
04/05/07 16:23:46 |
@58
|
[58]
|
fumanchu |
Fixes for codewalk.MapStackObject?. |
|
|
04/03/07 23:10:58 |
@57
|
[57]
|
fumanchu |
PostgreSQL now works with the new types and adapters. |
|
|
04/03/07 23:10:44 |
@56
|
[56]
|
fumanchu |
Cosmetics. |
|
|
04/02/07 23:07:48 |
@55
|
[55]
|
fumanchu |
sqlserver and msaccess now work. |
|
|
04/02/07 01:31:20 |
@54
|
[54]
|
fumanchu |
Deeper rabbit hole: New DatabaseType? replaces column.dbtype, … |
|
|
03/26/07 03:39:24 |
@53
|
[53]
|
fumanchu |
Some buglets. |
|
|
03/26/07 01:10:39 |
@52
|
[52]
|
fumanchu |
Oops. Forgot to add the logicfuncs module. |
|
|
03/25/07 21:59:51 |
@51
|
[51]
|
fumanchu |
Full fix for Firebird date operations. |
|
|
03/25/07 20:14:29 |
@50
|
[50]
|
fumanchu |
Buglet in SQLite coerce. |
|
|
03/25/07 20:12:26 |
@49
|
[49]
|
fumanchu |
Final fixes to postgres date types. |
|
|
03/25/07 05:02:27 |
@48
|
[48]
|
fumanchu |
Final fix to MySQL date math. |
|
|
03/25/07 04:54:40 |
@47
|
[47]
|
fumanchu |
Fixed SQL Server binary ops. |
|
|
03/25/07 00:45:24 |
@46
|
[46]
|
fumanchu |
Fully functional MS Access date arithmetic. I just broke SQL Server, of … |
|
|
03/23/07 21:51:56 |
@45
|
[45]
|
fumanchu |
Changed TypeAdapter?.coerce signature form (hints, pytype) to (pytype, … |
|
|
03/23/07 20:56:27 |
@44
|
[44]
|
fumanchu |
Postgres now defaults to using the native "interval" type for timedeltas. |
|
|
03/23/07 18:23:58 |
@43
|
[43]
|
fumanchu |
Oops. date() is a function in SQLite, not a datatype. |
|
|
03/23/07 18:17:56 |
@42
|
[42]
|
fumanchu |
Fixed SQLite date binary ops. Dropped 'perfect date' distinction; if … |
|
|
03/22/07 22:50:45 |
@41
|
[41]
|
fumanchu |
MySQL binary_op with dates almost works now. |
|
|
03/22/07 20:37:34 |
@40
|
[40]
|
fumanchu |
Finished binary_op work for ADO date/time objects. |
|
|
03/21/07 22:44:48 |
@39
|
[39]
|
fumanchu |
Date fixes for ADO. |
|
|
03/21/07 18:32:52 |
@38
|
[38]
|
fumanchu |
Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu … |
|
|
03/19/07 18:32:25 |
@37
|
[37]
|
fumanchu |
Bah. Grabbed the wrong version of codewalk. |
|
|
03/19/07 18:30:01 |
@36
|
[36]
|
fumanchu |
Moved codewalk, logic from dejavu. |
|
|
03/15/07 22:49:03 |
@35
|
[35]
|
fumanchu |
Preliminary support for using lambdas as select attributes. |
|
|
03/15/07 17:59:00 |
@34
|
[34]
|
fumanchu |
Split decompilation from select module into its own decompile module. |
|
|
03/13/07 20:06:47 |
@33
|
[33]
|
fumanchu |
Fluff. |
|
|
03/13/07 19:52:54 |
@32
|
[32]
|
fumanchu |
Allow _copy_column alias to be None. This is critical for tables … |
|
|
03/13/07 01:21:31 |
@31
|
[31]
|
fumanchu |
Changed timedelta to use NUMERIC by default; floats were causing rounding … |
|
|
03/12/07 17:39:50 |
@30
|
[30]
|
fumanchu |
Changed add_primary to set_primary; it now drops first (since MySQL cannot … |
|
|
03/11/07 02:30:32 |
@29
|
[29]
|
fumanchu |
Oops. |
|
|
03/10/07 23:26:45 |
@28
|
[28]
|
fumanchu |
Skip isolation tests for SQLite :memory:. |
|
|
03/10/07 20:35:13 |
@27
|
[27]
|
fumanchu |
New Database.pks_must_be_indexed attribute. Also reworked SQLite temp … |
|
|
03/10/07 18:36:22 |
@26
|
[26]
|
fumanchu |
New --memory arg to test_sqlite.py |
|
|
03/10/07 18:34:06 |
@25
|
[25]
|
fumanchu |
Buglet in SQLite. |
|
|
03/10/07 18:33:36 |
@24
|
[24]
|
fumanchu |
float bugfix in ADO. |
|
|
03/09/07 00:52:55 |
@23
|
[23]
|
fumanchu |
New Table.add_primary, drop_primary methods. Also made a new 'Bijection' … |
|
|
03/07/07 00:05:51 |
@22
|
[22]
|
fumanchu |
Renamed Bijection.inverse to 'key_for'. |
|
|
03/06/07 18:21:48 |
@21
|
[21]
|
fumanchu |
Buglet in sqlite. |
|
|
03/06/07 00:09:22 |
@20
|
[20]
|
fumanchu |
Worked around MySQL case-lowering by adding SelectWriter?.output_keys and … |
|
|
02/19/07 19:33:18 |
@19
|
[19]
|
fumanchu |
First crack at an insert_into method. Resultset class renamed to … |
|
|
02/18/07 23:36:15 |
@18
|
[18]
|
fumanchu |
Moved Database.isrelatedtype to TypeAdapter?.related. Also moved … |
|
|
02/18/07 03:17:50 |
@17
|
[17]
|
fumanchu |
New doc folder. Also removed Table.use_asterisk_to_delete_all. Also … |
|
|
02/18/07 01:00:47 |
@16
|
[16]
|
fumanchu |
More tests, plus Tables now join themselves with &, >> and <<. |
|
|
02/17/07 22:56:32 |
@15
|
[15]
|
fumanchu |
CRUD improvements. New symmetry of delete/delete_all, save/save_all, … |
|
|
02/17/07 05:26:39 |
@14
|
[14]
|
fumanchu |
Added isolation tests. Database kwargs now set child attributes if the key … |
|
|
02/17/07 04:11:06 |
@13
|
[13]
|
fumanchu |
Package reorganization. |
|
|
02/17/07 03:16:03 |
@12
|
[12]
|
fumanchu |
Added AttributeDocstrings? metaclass. |
|
|
02/16/07 23:56:58 |
@11
|
[11]
|
fumanchu |
Split Schema from Database. Table objects now reference a parent schema, … |
|
|
02/15/07 01:12:02 |
@10
|
[10]
|
fumanchu |
Separated all connection/transaction logic into a new 'connectionmanager' … |
|
|
02/13/07 06:17:19 |
@9
|
[9]
|
fumanchu |
Yet more tests. Added Table.delete and delete_all methods. All id_clause … |
|
|
02/13/07 01:48:48 |
@8
|
[8]
|
fumanchu |
More tests. Moved id_clause, insert, save, and _grab_new_ids from Database … |
|
|
02/12/07 23:39:14 |
@7
|
[7]
|
fumanchu |
Various bugfixes related to Table.created. |
|
|
02/12/07 22:34:25 |
@6
|
[6]
|
fumanchu |
Added 'pytype' attribute to Columns:
… |
|
|
02/12/07 06:58:30 |
@5
|
[5]
|
fumanchu |
More tests. It looks like I'll have to give Column a "pytype" attribute … |
|
|
02/12/07 05:59:01 |
@4
|
[4]
|
fumanchu |
More tests (and they all pass, now). Also:
… |
|
|
02/12/07 02:43:10 |
@3
|
[3]
|
fumanchu |
More implementations of _grab_new_ids. |
|
|
02/11/07 08:31:31 |
@2
|
[2]
|
fumanchu |
New Database methods: make_table, save, insert. Added initial test suite … |
|
|
02/11/07 04:20:42 |
@1
|
[1]
|
fumanchu |
Initial import. |