| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -646/+0 |
* | Corrected the SQLite SLBoolean type so that it properly treats 1 only as True... | Michael Trier | 2009-05-05 | 1 | -1/+1 |
* | Corrected the sqlite float type so that it properly gets reflected as a SLFlo... | Michael Trier | 2009-04-13 | 1 | -1/+1 |
* | Added indexed to the list of reserved keywords (added in 3.6.4). Fixes #1358. | Michael Trier | 2009-04-04 | 1 | -1/+1 |
* | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 1 | -0/+22 |
* | - Fixed SQLite reflection methods so that non-present | Mike Bayer | 2009-03-17 | 1 | -5/+10 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | identified the SQLite changes which affect default reflection | Mike Bayer | 2009-01-03 | 1 | -4/+1 |
* | send a NASA probe to the buildbot | Mike Bayer | 2009-01-03 | 1 | -1/+4 |
* | sqlite reflection now stores the actual DefaultClause value for the column. | Michael Trier | 2009-01-02 | 1 | -4/+4 |
* | - Reflected foreign keys will properly locate | Mike Bayer | 2008-12-26 | 1 | -1/+1 |
* | removed the "create_execution_context()" method from dialects and replaced | Mike Bayer | 2008-12-19 | 1 | -17/+1 |
* | - added sphinx handler to allow __init__ methods through | Mike Bayer | 2008-12-17 | 1 | -0/+115 |
* | - Simplified the check for ResultProxy "autoclose without results" | Mike Bayer | 2008-11-04 | 1 | -5/+0 |
* | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 1 | -19/+2 |
* | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -3/+0 |
* | - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2 | Mike Bayer | 2008-10-12 | 1 | -3/+31 |
* | genericized the relationship between bind_processor() and _bind_processor() a... | Mike Bayer | 2008-09-19 | 1 | -9/+22 |
* | - Overhauled SQLite date/time bind/result processing | Mike Bayer | 2008-09-19 | 1 | -42/+34 |
* | - The 'length' argument to all Numeric types has been renamed | Mike Bayer | 2008-08-24 | 1 | -1/+1 |
* | Raised an error when sqlite version does not support default values. Address... | Michael Trier | 2008-07-29 | 1 | -2/+8 |
* | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
* | - SQLite Date, DateTime, and Time types only accept Python | Mike Bayer | 2008-07-09 | 1 | -4/+3 |
* | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 1 | -7/+1 |
* | merge r4889, SQLite Float type, from 0.4 branch | Mike Bayer | 2008-07-02 | 1 | -1/+14 |
* | - Modified SQLite's representation of "microseconds" to | Mike Bayer | 2008-06-27 | 1 | -3/+10 |
* | - Implemented generic CHAR_LENGTH for sqlite (-> LENGTH()) | Jason Kirtland | 2008-05-19 | 1 | -1/+2 |
* | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -2/+2 |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -11/+11 |
* | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 1 | -1/+2 |
* | - Invalid SQLite connection URLs now raise an error. | Jason Kirtland | 2008-02-23 | 1 | -0/+7 |
* | - Enabled schema support on SQLite, added the temporary table namespace to ta... | Jason Kirtland | 2008-02-05 | 1 | -12/+43 |
* | - fixed reflection of Time columns on sqlite | Jason Kirtland | 2008-02-01 | 1 | -27/+29 |
* | - some consolidation of tests in select.py, moved | Mike Bayer | 2008-02-01 | 1 | -1/+8 |
* | - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()... | Jason Kirtland | 2008-01-11 | 1 | -4/+8 |
* | Include column name in length-less String warning (more [ticket:912]) | Jason Kirtland | 2008-01-10 | 1 | -16/+15 |
* | redid the _for_ddl String/Text deprecation warning correctly [ticket:912] | Mike Bayer | 2008-01-09 | 1 | -1/+1 |
* | - changed name of TEXT to Text since its a "generic" type; TEXT name is | Mike Bayer | 2008-01-05 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2008-01-01 | 1 | -1/+1 |
* | - sqlite SLDate type will not erroneously render "microseconds" portion | Mike Bayer | 2007-12-20 | 1 | -1/+4 |
* | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 1 | -0/+3 |
* | - named_with_column becomes an attribute | Mike Bayer | 2007-11-25 | 1 | -5/+2 |
* | added REAL to reflection list | Mike Bayer | 2007-10-31 | 1 | -0/+1 |
* | - sqlite will reflect "DECIMAL" as a numeric column | Mike Bayer | 2007-10-22 | 1 | -0/+1 |
* | Fixed empty (zero column) sqlite inserts, allowing inserts on | Jason Kirtland | 2007-10-19 | 1 | -0/+15 |
* | - added test coverage for unknown type reflection, fixed | Mike Bayer | 2007-10-18 | 1 | -3/+3 |
* | - sqlite housekeeping- added dialect test & moved tests there, pruned the dia... | Jason Kirtland | 2007-10-11 | 1 | -9/+20 |
* | - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808] | Mike Bayer | 2007-10-05 | 1 | -0/+2 |
* | add sqlite reserved words list | Ants Aasma | 2007-09-17 | 1 | -0/+9 |
* | Housekeeping. | Jason Kirtland | 2007-08-22 | 1 | -14/+11 |