|
|
07/28/06 19:16:04 |
@252
|
[252]
|
fumanchu |
UnitClassWrapper? now uses geniusql.Table objects, and expects the "alias" … |
|
|
07/28/06 18:34:07 |
@251
|
[251]
|
dowski |
Test for problem fixed in [248].
… |
|
|
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 16:40:31 |
@244
|
[244]
|
dowski |
Test that reveals a problem in the SQLite SM when calling view() with an … |
|
|
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/14/06 18:53:28 |
@225
|
[225]
|
fumanchu |
Docstring updates. |
|
|
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 … |
|
|
07/07/06 22:26:14 |
@220
|
[220]
|
fumanchu |
Expressions passed to recall, etc. now allow "is None" and "is not None" … |
|
|
06/21/06 16:48:24 |
@219
|
[219]
|
fumanchu |
Docs: new warning about closing shelves. |
|
|
06/14/06 07:00:18 |
@218
|
[218]
|
fumanchu |
Expression "and" and "or" now merge kwtypes. |
|
|
06/13/06 21:20:26 |
@217
|
[217]
|
fumanchu |
Added schema.assert_version method. |
|
|
06/05/06 21:39:01 |
@216
|
[216]
|
fumanchu |
New paragraph on Expression.kwtypes. |
|
|
05/24/06 23:48:31 |
@215
|
[215]
|
dowski |
Fixed type (datetime vs. date) issue with eachmonth() function. |
|
|
05/24/06 22:53:20 |
@214
|
[214]
|
fumanchu |
Fix for postgres dejavu.month() support. |
|
|
05/24/06 18:36:38 |
@213
|
[213]
|
dowski |
More additions for the dejavu.month() function. |
|
|
05/24/06 17:40:33 |
@212
|
[212]
|
dowski |
Added dejavu.month() function and test. |
|
|
04/21/06 17:46:26 |
@211
|
[211]
|
fumanchu |
Various tidbits. The LOGIO option is to support a future Oracle SM which … |
|
|
04/21/06 17:36:49 |
@210
|
[210]
|
fumanchu |
Added "quote_all" option to postgres SM to allow easier use with legacy … |
|
|
04/20/06 03:51:14 |
@209
|
[209]
|
dowski |
Corrects error in SQLite storage manager docs. |
|
|
04/17/06 23:03:14 |
@208
|
[208]
|
fumanchu |
New public domain license.txt. |
|
|
03/29/06 07:19:53 |
@207
|
[207]
|
fumanchu |
Hacky fix for #53 (SQLite driver can't handle threaded writes). All … |
|
|
03/27/06 07:33:39 |
@206
|
[206]
|
fumanchu |
Fic for #58 (log can't log local chars). |
|
|
03/26/06 22:18:07 |
@205
|
[205]
|
fumanchu |
Fixed bug in recur.hours if endDate is None. |
|
|
03/23/06 18:35:09 |
@204
|
[204]
|
fumanchu |
Updated recur module. |
|
|
03/22/06 18:53:02 |
@203
|
[203]
|
fumanchu |
Bah. Bug in SingleConnection? (conn not released after close). |
|
|
03/22/06 18:04:02 |
@202
|
[202]
|
fumanchu |
Doc updates to recur. |
|
|
03/20/06 06:48:36 |
@201
|
[201]
|
fumanchu |
Separated connection factories (pools, etc) out of the StorageManager? … |
|
|
03/20/06 02:01:50 |
@200
|
[200]
|
fumanchu |
Fix for #55 (MySQL auto_increment is wonky). Turns out that LAST_INSERT_ID … |
|
|
03/20/06 01:16:51 |
@199
|
[199]
|
fumanchu |
Gah! |
|
|
03/20/06 01:13:45 |
@198
|
[198]
|
fumanchu |
Bah. Forgot to save before testing. |
|
|
03/20/06 01:07:55 |
@197
|
[197]
|
fumanchu |
Quick fix for #54 (Sandbox._magify introduces circular references). It … |
|
|
03/17/06 18:55:26 |
@196
|
[196]
|
fumanchu |
New threaded write tests. SQLite currently fails these; see #53. |
|
|
03/15/06 21:48:31 |
@195
|
[195]
|
fumanchu |
Fix for #50 (backslash doubled in SQLite). |
|
|
03/15/06 21:46:07 |
@194
|
[194]
|
fumanchu |
Test for #50 (backslash doubled at insert in SQLite). |
|
|
03/15/06 21:45:27 |
@193
|
[193]
|
fumanchu |
Fix for #51 (remove expanded columns). If anyone objects, this can be … |
|
|
03/13/06 17:27:08 |
@192
|
[192]
|
fumanchu |
Bugfixes and new storeado.rename_property method. |
|
|
03/10/06 22:35:42 |
@191
|
[191]
|
fumanchu |
Fix for #49 (Unit._properties should be a list, not a dict). … |
|
|
03/09/06 16:14:52 |
@190
|
[190]
|
fumanchu |
Doc tweak. |
|
|
03/09/06 08:48:26 |
@189
|
[189]
|
fumanchu |
Ugly first crack at database introspection. I don't like the API yet, but … |
|
|
03/07/06 23:32:23 |
@188
|
[188]
|
fumanchu |
Fix for #48 (unitclass.identifiers should be strings, not property … |
|
|
03/07/06 22:43:58 |
@187
|
[187]
|
fumanchu |
drop_property now drops indices as needed. Needs a test and support in all … |
|
|
03/06/06 00:32:02 |
@186
|
[186]
|
fumanchu |
Clearer docs on external logic functions. |
|
|
03/05/06 05:13:03 |
@185
|
[185]
|
fumanchu |
postgres support for auoincrement. |
|
|
03/05/06 04:29:40 |
@184
|
[184]
|
fumanchu |
MySQL AUTO_INCREMENT support. |
|
|
03/04/06 19:48:22 |
@183
|
[183]
|
fumanchu |
Those SM's with autoincrement support now respect … |
|
|
03/04/06 19:12:22 |
@182
|
[182]
|
fumanchu |
Oops. Forgot to test _autoincrement_support in reserve(). |
|
|
03/04/06 18:49:44 |
@181
|
[181]
|
fumanchu |
SQLite didn't add the AUTOINCREMENT keyword until 3.1.0 alpha. |
|
|
03/03/06 23:55:39 |
@180
|
[180]
|
fumanchu |
Fix for #46 (Multiple schema changes doesn't work with sqlite < 3.2.0). |
|
|
03/03/06 19:57:43 |
@179
|
[179]
|
fumanchu |
recur updated from its SVN. |
|
|
03/03/06 07:37:05 |
@178
|
[178]
|
fumanchu |
Fix for #42 (shelve issues). |
|
|
03/03/06 06:57:49 |
@177
|
[177]
|
fumanchu |
Implemented autoincrement for MS SQL Server. |
|
|
03/03/06 01:25:53 |
@176
|
[176]
|
fumanchu |
Implementation of SQLite autoincrement. |
|
|
03/02/06 21:39:19 |
@175
|
[175]
|
fumanchu |
Initial implementation of database-level sequencing. Only MSAccess + … |
|
|
03/02/06 19:54:38 |
@174
|
[174]
|
fumanchu |
Oops. Wrong sequencer on DeployedVersion? class. |
|
|
02/28/06 23:48:51 |
@173
|
[173]
|
fumanchu |
Start of Firebird Storage Manager. |
|
|
02/28/06 05:48:09 |
@172
|
[172]
|
fumanchu |
Fix for #45 (memorize fails on unicode inside tuple). |
|
|
02/26/06 10:02:17 |
@171
|
[171]
|
fumanchu |
Added codewalk support for dict creation (BUILD_MAP, DUP_TOP, ROT_THREE, … |
|
|
02/16/06 19:50:27 |
@170
|
[170]
|
fumanchu |
Removing setup.py, since it must exist outside the package it deploys. |
|
|
02/14/06 21:52:28 |
@168
|
[168]
|
fumanchu |
Fixed some errors when fetch returns empty col_defs. |
|
|
02/11/06 09:59:54 |
@167
|
[167]
|
fumanchu |
New setup.py for distutils. |
|
|
02/11/06 08:55:01 |
@166
|
[166]
|
fumanchu |
Now distributing xray module with dejavu. |
|
|
02/11/06 08:37:21 |
@165
|
[165]
|
fumanchu |
Now distributing recur module with dejavu. |
|
|
02/11/06 08:22:00 |
@164
|
[164]
|
fumanchu |
New testdb folder for test_storeshelve.py. |
|
|
02/11/06 08:18:04 |
@163
|
[163]
|
fumanchu |
Reverted a special-case test for caching. Not sure why it was there in the … |
|
|
02/11/06 07:46:57 |
@162
|
[162]
|
fumanchu |
Bah. datetime.datetime is only stored at 1-second resolution. |
|
|
02/11/06 07:28:11 |
@161
|
[161]
|
fumanchu |
Minor SQLite fixes. |
|
|
02/11/06 06:17:52 |
@160
|
[160]
|
fumanchu |
Fix for storemysql: decompiler check now uses template conn (so that … |
|
|
02/11/06 06:07:49 |
@159
|
[159]
|
fumanchu |
Fixed the test suite to use the new schema assert_storage method and … |
|
|
02/11/06 06:06:40 |
@158
|
[158]
|
fumanchu |
New test for pythoncom in test_storemsaccess.py; warn if not importable. |
|
|
02/11/06 06:05:35 |
@157
|
[157]
|
fumanchu |
Safer storeshelve.drop_database (using a unique file extension). |
|
|
02/10/06 21:24:52 |
@156
|
[156]
|
fumanchu |
Comments and a "raise x" fix. |
|
|
02/06/06 18:09:35 |
@155
|
[155]
|
fumanchu |
New docs for the changes to Schema. |
|
|
02/01/06 06:47:30 |
@154
|
[154]
|
fumanchu |
Smarter NotImplemented? errors. |
|
|
02/01/06 00:13:05 |
@153
|
[153]
|
fumanchu |
StoreShelve? now acts more like a db in its schema methods. |
|
|
02/01/06 00:12:37 |
@152
|
[152]
|
fumanchu |
StorageManagerSQLite may now take a relative path for "Database". |