|
|
12/25/06 16:33:22 |
@364
|
[364]
|
fumanchu |
Changed UnitSequencerNull? to UnitSequencer?, and made the other … |
|
|
12/19/06 00:17:38 |
@362
|
[362]
|
fumanchu |
Full numeric support for firebird. |
|
|
12/18/06 06:24:39 |
@361
|
[361]
|
fumanchu |
Fixed firebird drop_database. |
|
|
12/18/06 06:21:04 |
@360
|
[360]
|
fumanchu |
MUCH work done on the firebird store. Now passes all tests but threading, … |
|
|
12/18/06 04:27:30 |
@359
|
[359]
|
fumanchu |
Fixed bug in _manual_reserve (list was being flattened). |
|
|
12/18/06 02:08:32 |
@358
|
[358]
|
fumanchu |
Fix for threading (including schema changes) and transactions with … |
|
|
12/18/06 00:48:30 |
@357
|
[357]
|
fumanchu |
Fix for custom association paths in sqlite3. |
|
|
12/18/06 00:35:09 |
@356
|
[356]
|
fumanchu |
Mostly doc tweaks. |
|
|
12/15/06 01:49:54 |
@353
|
[353]
|
fumanchu |
New behavior for the 'in' operator: if op2 is empty, emit "FALSE" instead … |
|
|
12/14/06 03:03:43 |
@351
|
[351]
|
fumanchu |
Even more bypassing of win32com in storeado. |
|
|
12/13/06 18:55:49 |
@349
|
[349]
|
fumanchu |
Removed Unit.property. It was nicer to write than getattr, but ultimately … |
|
|
12/13/06 18:41:22 |
@348
|
[348]
|
fumanchu |
Inlined conn.OpenSchema? for speed. |
|
|
12/13/06 09:09:28 |
@347
|
[347]
|
fumanchu |
New Unit._zombie attribute for faster recall. See comments in … |
|
|
12/13/06 08:04:26 |
@345
|
[345]
|
fumanchu |
A couple more inlined COM calls (Execute and Fields). |
|
|
12/13/06 00:58:38 |
@344
|
[344]
|
fumanchu |
Heck yeah. 83% speedup in storeado fetch() by inlining COM calls. |
|
|
12/06/06 23:05:14 |
@341
|
[341]
|
fumanchu |
storeado: Use Execute instead of Open inside fetch (speed hack to save COM … |
|
|
12/06/06 07:59:13 |
@340
|
[340]
|
fumanchu |
Speed tweak to storeado fetch. |
|
|
12/06/06 07:53:38 |
@338
|
[338]
|
fumanchu |
Moved arena.logflag checking out of the log method and out to each call … |
|
|
12/06/06 02:49:34 |
@336
|
[336]
|
fumanchu |
Moved decimal.quantize code into UnitProperty?.coerce. UNIT AUTHORS: This … |
|
|
12/05/06 22:11:15 |
@335
|
[335]
|
fumanchu |
Test improvements. |
|
|
12/04/06 22:26:47 |
@332
|
[332]
|
fumanchu |
codewalk: Moved self.verbose check out of debug to save function calls. |
|
|
12/04/06 22:19:22 |
@331
|
[331]
|
fumanchu |
Speed hack inside StorageManagerDB.consume. |
|
|
12/04/06 22:18:07 |
@330
|
[330]
|
fumanchu |
Memoization of adapter coercion-method lookup. |
|
|
12/04/06 00:03:20 |
@329
|
[329]
|
fumanchu |
Now that we have RAMStorage, there's no more need for … |
|
|
12/03/06 23:02:27 |
@327
|
[327]
|
fumanchu |
New RAMStorage module. |
|
|
11/28/06 23:57:45 |
@326
|
[326]
|
fumanchu |
Set encoding on MySQL tables as well as on the DB. |
|
|
11/20/06 20:32:40 |
@325
|
[325]
|
dowski |
Fix for #79. A 'shutdowntimeout' can be set on the ADODatabase class to … |
|
|
11/17/06 18:03:00 |
@324
|
[324]
|
dowski |
Implementation of #80. A custom association path can now be passed to a … |
|
|
10/23/06 21:10:54 |
@322
|
[322]
|
fumanchu |
Bah. I forgot that like_escapes need to be in the right order. Some typos … |
|
|
10/23/06 21:08:58 |
@321
|
[321]
|
fumanchu |
Fix for #78 (sqlite row_factory AttributeError?). |
|
|
10/20/06 17:43:46 |
@320
|
[320]
|
fumanchu |
Was missing some like_escapes for ADO. |
|
|
10/19/06 21:45:24 |
@319
|
[319]
|
fumanchu |
Not-quite-perfect support for Python 2.5's _sqlite3 (a transaction test is … |
|
|
10/19/06 02:31:05 |
@317
|
[317]
|
fumanchu |
Fix for the storeado numeric default fix. |
|
|
10/17/06 04:11:25 |
@316
|
[316]
|
fumanchu |
Bug in MSAccess ALTER TABLE with numeric DEFAULT. |
|
|
10/16/06 22:17:19 |
@315
|
[315]
|
fumanchu |
storeado comments. |
|
|
10/11/06 23:50:16 |
@314
|
[314]
|
fumanchu |
Improved string comparisons for ADO. |
|
|
10/10/06 00:48:38 |
@313
|
[313]
|
fumanchu |
Assert del transaction despite COMMIT errors. |
|
|
10/03/06 23:24:44 |
@310
|
[310]
|
fumanchu |
Oops. I didn't want to default to implicit_trans yet. |
|
|
10/03/06 20:58:55 |
@308
|
[308]
|
fumanchu |
Changed Database.implicit to .implicit_trans |
|
|
09/21/06 06:57:07 |
@304
|
[304]
|
fumanchu |
Further fix for #4 (transaction support). New start, rollback, commit … |
|
|
09/21/06 01:54:53 |
@303
|
[303]
|
fumanchu |
Initial fix for #4 (transaction support). Tests pass, but this is not to … |
|
|
09/19/06 16:55:12 |
@301
|
[301]
|
fumanchu |
Docstring tweaks. |
|
|
09/12/06 17:08:33 |
@300
|
[300]
|
dowski |
Native date comparisons in SQLite.
… |
|
|
09/06/06 06:38:01 |
@298
|
[298]
|
fumanchu |
StorageManagerDB._view was not quantizing decimals (like recall + consume … |
|
|
09/01/06 20:35:19 |
@297
|
[297]
|
dowski |
Implemented dejavu.month() and dejavu.day() for all SMs that can support … |
|
|
08/30/06 20:39:49 |
@296
|
[296]
|
dowski |
Fixed a bug in the json module when decoding a time value. Reworded an … |
|
|
08/30/06 18:54:57 |
@295
|
[295]
|
fumanchu |
Parameterized the use of UnitClassWrapper? as StorageManager?.joinwrapper. |
|
|
08/30/06 17:23:19 |
@294
|
[294]
|
fumanchu |
Bah. SingleConnection? was the wrong answer, as it makes a single conn … |
|
|
08/30/06 06:06:43 |
@293
|
[293]
|
fumanchu |
Fix for SQLite in-memory-DB problem (mostly a problem with the test … |
|
|
08/29/06 22:28:09 |
@292
|
[292]
|
fumanchu |
Allow rename to reference old columns. |
|
|
08/29/06 21:57:52 |
@290
|
[290]
|
dowski |
New dejavu.json module for converting Units to/from JSON format. Tests … |
|
|
08/24/06 02:20:15 |
@289
|
[289]
|
fumanchu |
Made some relative imports absolute for Python 2.5 (just in case). |
|
|
08/12/06 04:11:50 |
@282
|
[282]
|
fumanchu |
Fix for #45 (memorize fails on unicode with umlaut in list). Removed the … |
|
|
08/12/06 03:36:52 |
@281
|
[281]
|
fumanchu |
Oops. |
|
|
08/12/06 01:12:42 |
@280
|
[280]
|
fumanchu |
Logging changes:
1. Arena.logflags now defaults to ERROR + IO. … |
|
|
08/11/06 23:56:10 |
@279
|
[279]
|
fumanchu |
Quick fix for #45 (memorize fails on unicode with umlaut in list), for … |
|
|
08/11/06 23:54:24 |
@277
|
[277]
|
fumanchu |
Fixes for storeado intorduced by test suite change whereby drop_storage is … |
|
|
08/10/06 21:15:20 |
@273
|
[273]
|
fumanchu |
Oops. |
|
|
08/10/06 21:08:05 |
@272
|
[272]
|
fumanchu |
Test suite now exercises drop_storage. Fix for storepypgsql |
|
|
08/10/06 20:32:38 |
@271
|
[271]
|
fumanchu |
Fix for PG 8.1 moving from text to regclass for sequences. |
|
|
08/08/06 02:20:23 |
@270
|
[270]
|
fumanchu |
Removed some adapter methods that were redundant with the superclass. |
|
|
08/05/06 07:57:43 |
@268
|
[268]
|
fumanchu |
Don't print default sequencer in autosource. |
|
|
08/05/06 00:02:01 |
@267
|
[267]
|
fumanchu |
Replaced AdapterToSQL.tostr with str and added _to_TEXT. |
|
|
08/04/06 23:39:40 |
@266
|
[266]
|
fumanchu |
Sequence, index, and identifier support in autoclass, plus autosource … |
|
|
08/04/06 22:58:09 |
@265
|
[265]
|
fumanchu |
Fixed up primary key support by moving Index.pk to Column.key, and by … |
|
|
08/02/06 20:48:34 |
@264
|
[264]
|
dowski |
Updated test_storesqlite.py to make another grueling pass through the zoo … |
|
|
08/02/06 16:38:07 |
@263
|
[263]
|
fumanchu |
Test for #41 (datetime.datetime should store microseconds) and fix for … |
|
|
08/02/06 05:51:39 |
@261
|
[261]
|
fumanchu |
Deleted unused ODBC module. |
|
|
08/01/06 23:47:03 |
@260
|
[260]
|
fumanchu |
New **kwargs options for sandbox.recall, .xrecall, .view, .distinct, … |
|
|
08/01/06 19:20:06 |
@259
|
[259]
|
fumanchu |
Cool. No more col_defs. |
|
|
07/29/06 22:14:11 |
@254
|
[254]
|
fumanchu |
Fix for #63 (SQLite errors on schema changes). Also, to speed up release … |
|
|
07/28/06 19:16:04 |
@252
|
[252]
|
fumanchu |
UnitClassWrapper? now uses geniusql.Table objects, and expects the "alias" … |
|
|
07/28/06 18:28:08 |
@250
|
[250]
|
fumanchu |
Renamed dbmodel.py to geniusql.py. |
|
|
07/28/06 18:25:34 |
@249
|
[249]
|
fumanchu |
Oops. Missed a couple of StorageManager? constructors. |
|
|
07/28/06 17:58:54 |
@248
|
[248]
|
dowski |
Fix for #65 (JOIN bug with table prefix).
… |
|
|
07/28/06 17:01:20 |
@247
|
[247]
|
fumanchu |
Removed the 'name' argument from all StorageManager? constructors. |
|
|
07/27/06 05:10:20 |
@246
|
[246]
|
fumanchu |
Added sync method to all SM's (default: pass) with a new semantic: pass it … |
|
|
07/26/06 17:51:46 |
@245
|
[245]
|
dowski |
Fix for #64. |
|
|
07/26/06 15:21:26 |
@243
|
[243]
|
dowski |
Changed Database.prefix back to Database.Prefix for backward compatibility … |
|
|
07/25/06 18:11:28 |
@242
|
[242]
|
fumanchu |
Some API changes to make the dejavu top level cleaner:
… |
|
|
07/24/06 23:45:50 |
@241
|
[241]
|
fumanchu |
Fix for storeado. All qnames must be str, not unicode. |
|
|
07/24/06 23:07:48 |
@240
|
[240]
|
fumanchu |
Auto-quantize decimals from DB. |
|
|
07/24/06 23:07:37 |
@239
|
[239]
|
fumanchu |
Clear Database dict contents on create_database, drop_database. |
|
|
07/24/06 20:47:58 |
@238
|
[238]
|
fumanchu |
Changed adapter method naming scheme; all methods must now be of the form … |
|
|
07/24/06 19:17:02 |
@237
|
[237]
|
fumanchu |
Refined the position that a missing hint implies "use the storage default … |
|
|
07/24/06 04:35:15 |
@236
|
[236]
|
fumanchu |
Fix for #61 (arbitrary precision for decimal, fixedpoint, and long) and … |
|
|
07/22/06 17:13:12 |
@235
|
[235]
|
fumanchu |
M x N dispatch in adapters, in preparation for #61 (arbitrary numeric … |
|
|
07/21/06 06:39:40 |
@234
|
[234]
|
fumanchu |
Removed the 'db' arg from SQLDecompiler, and changed its 'tablekeys' arg … |
|
|
07/20/06 23:55:22 |
@233
|
[233]
|
fumanchu |
Moved db.FieldTypeAdapter? to dbmodel.TypeAdapter?, so it no longer depends … |
|
|
07/20/06 22:31:17 |
@232
|
[232]
|
fumanchu |
Work on MySQL, SQLite stores in preparation for moving the typeadapters … |
|
|
07/20/06 07:29:35 |
@231
|
[231]
|
fumanchu |
Work on ADO, PostgreSQL stores in preparation for moving the typeadapters … |
|
|
07/19/06 03:29:17 |
@230
|
[230]
|
fumanchu |
Introspection fixes for ADO and SQLite (which now declares datatypes in … |
|
|
07/18/06 20:28:17 |
@229
|
[229]
|
fumanchu |
Bah. The DB Introspection test wasn't running. Here are fixes for MySQL, … |
|
|
07/18/06 05:34:04 |
@228
|
[228]
|
fumanchu |
MAJOR CHANGE. Moved most of the DB logic out of StorageManagerDB and into … |
|
|
07/16/06 08:40:54 |
@227
|
[227]
|
fumanchu |
Table, Column, and Index objects now all have a qname attribute (the … |
|
|
07/16/06 04:30:04 |
@226
|
[226]
|
fumanchu |
First crack at the new dbmodel module. See #18, #62. |
|
|
07/13/06 20:30:03 |
@224
|
[224]
|
fumanchu |
BACKWARD INCOMPATIBILITY: Dropped Unit.property_type(key) in favor of … |
|
|
07/13/06 03:17:21 |
@223
|
[223]
|
fumanchu |
Lots of precision and scale fixes for #61. Note in particular that the … |
|
|
07/11/06 23:45:12 |
@222
|
[222]
|
fumanchu |
New test showing broken decimals at scale=15. |
|
|
07/11/06 18:01:29 |
@221
|
[221]
|
dowski |
Some decimal.Decimal related enhancements (see … |