root/trunk/dabo/db


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4771 [4771] 12/03/08 21:21:36 johnf The cause of a recent reported issue with ClassDesigner? was I was …
(edit) @4741 [4741] 11/30/08 06:08:55 ed Removed the 'forceCommit' filtering and the appending of all kwargs to the …
(edit) @4731 [4731] 11/28/08 17:52:11 ed Improved the handling of empty datasets. No longer will exceptions be …
(edit) @4730 [4730] 11/28/08 08:26:43 ed The last few changes blocked the ability to create in-memory cursors. This …
(edit) @4719 [4719] 11/26/08 07:42:26 johnf added code to test for the 'forceCreate' in kwargs.
(edit) @4717 [4717] 11/25/08 20:22:09 johnf add a 'pop('forceCreate') from Ed new changes to support sqlite in a …
(edit) @4716 [4716] 11/25/08 20:11:18 johnf Larry notice I was not retrieving values for views. Fixed Thanks to Larry …
(edit) @4715 [4715] 11/25/08 18:00:28 ed Changed the default for SQLite to not create the database file if it …
(edit) @4707 [4707] 11/23/08 10:23:50 ed Doh! Committed my pre-test version. This one actually works!
(edit) @4706 [4706] 11/23/08 10:22:27 ed Removed all the has_key() constructs and replaced them with either 'in' …
(edit) @4685 [4685] 11/11/08 15:39:02 ed Started working on the getFields() method, but I may remove these methods, …
(edit) @4684 [4684] 11/11/08 15:38:02 ed Cleaned up some edge case code problems.
(edit) @4660 [4660] 11/06/08 17:56:04 ed Removed the @remote decorators, and replaced them with a _RemoteProxy …
(edit) @4582 [4582] 10/23/08 04:31:28 ed Improved formatting of recent change.
(edit) @4580 [4580] 10/22/08 22:08:12 johnf Added alias to addFrom - Ed's prior commit did not include dCursorMixin.
(edit) @4579 [4579] 10/22/08 19:51:10 ed Added an optional alias parameter to the addFrom() method.
(edit) @4560 [4560] 10/12/08 06:05:15 ed This fixes a problem Paul found with the new record flag not being cleared …
(edit) @4556 [4556] 10/06/08 11:52:10 ed Changed the way that 'IsAdding?' is determined to take into account …
(edit) @4550 [4550] 10/05/08 10:01:04 ed Updates to these two files were apparently skipped in yesterday's commit.
(edit) @4547 [4547] 10/04/08 08:55:23 ed These are the changes to the framework required to create web-enabled …
(edit) @4533 [4533] 09/27/08 06:54:48 ed Fixed the bug that failed to discern that a new record with a …
(edit) @4522 [4522] 09/16/08 18:21:39 ed Fixed issue where cursor's data set could get lost because of bookkeeping …
(edit) @4521 [4521] 09/10/08 08:44:51 paul Removed 2 unneeded returns from dCursorMixin.
(edit) @4520 [4520] 09/10/08 08:35:51 johnf changed isinstance to issubclass to catch a bug reported by John Fabiani …
(edit) @4500 [4500] 09/02/08 07:57:02 johnf Added comments to assist users of 7.4 to simulate our use of the …
(edit) @4481 [4481] 08/28/08 14:15:50 paul Improved VirtualFields? by adding the option to set a given VirtualField? to …
(edit) @4461 [4461] 08/27/08 09:32:20 ed Removed all of the code that conditionally imports the decimal module. As …
(edit) @4202 [4202] 06/27/08 05:19:52 ed Corrected the caught exception class in _setTable().
(edit) @4185 [4185] 06/26/08 06:05:12 ed Removed bare 'except:' lines.
(edit) @4180 [4180] 06/25/08 16:07:51 ed Removed bare 'except:' lines.
(edit) @4162 [4162] 06/19/08 08:40:14 johnf removed some debug info apparently I changed a SQL statement some time …
(edit) @4118 [4118] 06/08/08 09:38:37 ed Fixed some formatting differences. No functional changes, though.
(edit) @4099 [4099] 05/27/08 15:51:06 paul Refactored the sort functions used by both dGrid and dCursor into …
(edit) @4097 [4097] 05/25/08 14:06:05 uwe_grauer First draft for Oracle support. As cx_oracle currently doesn't support …
(edit) @4091 [4091] 05/21/08 22:37:47 johnf added beginTransaction method. Should have been there all along.
(edit) @4084 [4084] 05/15/08 06:27:23 ed Added the case for working with Oracle.
(edit) @4054 [4054] 04/26/08 07:57:46 johnf removed debug info "print" statements
(edit) @4052 [4052] 04/26/08 07:55:52 johnf Changes only in case for several field names
(edit) @4051 [4051] 04/21/08 11:39:54 paul I broke case-insensitive seeking in revision 3971, due to this typo …
(edit) @4049 [4049] 04/21/08 11:19:11 ed Fixed a bug in the sorting code that was accidentally introduced in the …
(edit) @4046 [4046] 04/17/08 08:53:01 ed Added 'beginTransaction()', 'commitTransaction()', and …
(edit) @4030 [4030] 04/05/08 17:24:53 ed Fixed an incorrect error message when str/unicode conversions are made to …
(edit) @4025 [4025] 04/03/08 16:57:55 paul Found and fixed (admittedly a bit hackishly) a problem with virtual …
(edit) @4024 [4024] 04/03/08 11:02:43 paul Converted the recent reverse sorting to be compatible with …
(edit) @4013 [4013] 04/02/08 05:31:07 paul Attempt to get sqlite backend to convert from/to bool values.
(edit) @3971 [3971] 03/20/08 17:49:54 paul seek() was determining the field type by looking at the value of the …
(edit) @3949 [3949] 03/10/08 14:31:38 ed Added caching of the info returned by getFields() on a per table and per …
(edit) @3941 [3941] 02/29/08 17:59:37 paul Removed the raising of the NoRecordsException? when sorting a cursor with …
(edit) @3926 [3926] 02/19/08 05:49:09 ed Fixed a problem with the recent implementation of null default values when …
(edit) @3924 [3924] 02/17/08 20:11:28 ed Added the ability to set a bizobj's DefaultValues? property to None, and …
(edit) @3912 [3912] 02/11/08 08:21:33 ed Added the 'dataToXML()' method to dBizobj. This will return an XML …
(edit) @3907 [3907] 02/07/08 19:07:22 johnf Removed the code supporting 'port'. It is not working for MS windows and …
(edit) @3869 [3869] 01/13/08 18:16:28 johnf Adrian Klaver discovered a feature/bug with the getLastInsertID() method. …
(edit) @3788 [3788] 12/11/07 09:49:46 ed Fixed several bugs in the handling of compound KeyField? values.
(edit) @3728 [3728] 11/20/07 13:23:55 paul [3656] broke the case of params=None being passed from requery(). Fixed.
(edit) @3680 [3680] 11/14/07 09:25:18 ed Changed the way Dabo determines field types in queries. Previously, all …
(edit) @3660 [3660] 11/11/07 13:45:09 ed Modifed the executeSafe() method to accept an optional 'params' …
(edit) @3656 [3656] 11/11/07 13:20:45 ed Corrected a type error in the loggin process. If params contained …
(edit) @3608 [3608] 11/02/07 09:10:24 paul Fixed bug introduced in [3596] where the AutoPopulatePK property would …
(edit) @3606 [3606] 11/02/07 08:58:03 paul Added _stringify() function to dBackend, to convert the passed value …
(edit) @3596 [3596] 10/28/07 10:40:26 ed Added some preventative code to handle situations where Dabo is running …
(edit) @3540 [3540] 10/21/07 13:37:11 ed Fixed a problem in determining non-update fields.
(edit) @3427 [3427] 10/07/07 08:47:58 ed Cleaned up syntax checking for None in dCursorMixin. Changed the order of …
(edit) @3417 [3417] 09/30/07 08:41:34 ed Fixed a typo in the replace() method, and also changed the exec to an …
(edit) @3401 [3401] 09/26/07 13:23:25 paul Fixed bug in dBackend introduced in 3390 that would manifest if we …
(edit) @3392 [3392] 09/20/07 06:15:59 ed Refined the auto-quoting to work with any keywords that need to be ignored …
(edit) @3382 [3382] 09/17/07 16:33:20 ed Changed the getDaboCursor() to return an AuxCursor?.
(edit) @3374 [3374] 09/15/07 14:22:10 ed Removed infinite loop for dbPostgreSQL backend.
(edit) @3372 [3372] 09/15/07 12:07:44 ed Added more rigorous checking to determine if calls to getFIelds() need to …
(edit) @3358 [3358] 09/06/07 11:37:26 johnf I was not testing for a tuple. Stopped ClassDesigner? from displaying …
(edit) @3339 [3339] 09/03/07 05:26:30 ed This fixes a missing set of parentheses around a set of string format …
(edit) @3338 [3338] 09/02/07 16:42:56 ed Changed the test for UserSQL to check for empty statements instead of just …
(edit) @3335 [3335] 08/26/07 06:51:02 ed Running pygettext turned up lots of malformed localized strings. I've …
(edit) @3331 [3331] 08/23/07 18:19:29 ed Updated these backends to work with dicts rather than tuples.
(edit) @3330 [3330] 08/23/07 17:48:03 ed Merged my changes with the ones John just committed.
(edit) @3329 [3329] 08/23/07 17:40:07 johnf Made changes to support Ed recent changes. Changed thePKFieldName to use …
(edit) @3328 [3328] 08/23/07 13:56:15 ed This fixes the problem introduced by using AuxCursors? instead of plain …
(edit) @3327 [3327] 08/23/07 09:32:50 ed This fixes a bug in which the new _cursor property of dBackend classes …
(edit) @3326 [3326] 08/23/07 09:31:28 ed After much Googling, I found that the error reported in several cases when …
(edit) @3325 [3325] 08/23/07 08:12:29 ed Fixed the field-matching regex to allow '$' as a legal field name …
(edit) @3324 [3324] 08/23/07 05:38:18 ed Changed the SQL used to get the PK of a table to the code suggested by Uwe …
(edit) @3323 [3323] 08/22/07 18:07:43 ed Revamped some of the routines that called for the backend object to create …
(edit) @3322 [3322] 08/22/07 11:43:28 ed Changed dbSQLite so that calling beginTransaction() executes a "BEGIN" …
(edit) @3321 [3321] 08/22/07 10:02:01 paul Fixed my most recent problem with starting up my app after the recent …
(edit) @3320 [3320] 08/21/07 18:31:38 ed Adds the option of passing a known error class to dCursorMixin.execute. If …
(edit) @3319 [3319] 08/21/07 15:29:46 ed Added a check for the case where the AuxCursor? is created so early in the …
(edit) @3318 [3318] 08/21/07 14:02:43 ed Improved the handling of AuxCursors?; prior to this commit, a newly-created …
(edit) @3316 [3316] 08/20/07 15:05:17 johnf add method beginTransaction() to support Ed's new transaction mods. It …
(edit) @3314 [3314] 08/19/07 12:07:48 ed Major re-write to the way that transactions are handled in the bizobj and …
(edit) @3303 [3303] 08/04/07 14:05:15 paul Reverted the behavior of _ to how we had it originally: you must …
(edit) @3290 [3290] 07/28/07 01:46:09 paul I was reading up on Python's gettext module, trying to get my head around …
(edit) @3250 [3250] 07/13/07 09:20:52 paul BIGINT should map to long, not int.
(edit) @3249 [3249] 07/13/07 06:30:17 ed Added manual retrieval of last inserted PK.
(edit) @3238 [3238] 07/11/07 20:00:59 paul This is a test to see if this resolves ticket #1072. If it does, we need …
(edit) @3237 [3237] 07/11/07 19:44:55 paul Fixed some unicode issues in paths in 3 places in the framework, thanks …
(edit) @3229 [3229] 07/06/07 06:17:33 ed Added some dbActivityLog entries for a couple of database exceptions.
(edit) @3228 [3228] 07/05/07 16:56:43 ed Moved the call to pregenPK() earlier in the saverow() process.
(edit) @3225 [3225] 07/04/07 14:09:08 uwe_grauer changed minor typo in dbFirebird.pregenPK()
(edit) @3224 [3224] 07/04/07 13:39:10 uwe_grauer added result of dbFirebird.pregenPk to dabo.dbActivityLog
(edit) @3218 [3218] 06/28/07 08:28:34 ed Major overhaul of how non-updatable fields in the cursor are determined. …
Note: See TracRevisionLog for help on using the revision log.