summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-646/+0
* Corrected the SQLite SLBoolean type so that it properly treats 1 only as True...Michael Trier2009-05-051-1/+1
* Corrected the sqlite float type so that it properly gets reflected as a SLFlo...Michael Trier2009-04-131-1/+1
* Added indexed to the list of reserved keywords (added in 3.6.4). Fixes #1358.Michael Trier2009-04-041-1/+1
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+22
* - Fixed SQLite reflection methods so that non-presentMike Bayer2009-03-171-5/+10
* happy new yearMike Bayer2009-01-121-1/+1
* identified the SQLite changes which affect default reflectionMike Bayer2009-01-031-4/+1
* send a NASA probe to the buildbotMike Bayer2009-01-031-1/+4
* sqlite reflection now stores the actual DefaultClause value for the column.Michael Trier2009-01-021-4/+4
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-1/+1
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-17/+1
* - added sphinx handler to allow __init__ methods throughMike Bayer2008-12-171-0/+115
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-5/+0
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-201-19/+2
* - 0.5.0rc3, dohMike Bayer2008-10-181-3/+0
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2Mike Bayer2008-10-121-3/+31
* genericized the relationship between bind_processor() and _bind_processor() a...Mike Bayer2008-09-191-9/+22
* - Overhauled SQLite date/time bind/result processingMike Bayer2008-09-191-42/+34
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-1/+1
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-2/+8
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* - SQLite Date, DateTime, and Time types only accept PythonMike Bayer2008-07-091-4/+3
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-7/+1
* merge r4889, SQLite Float type, from 0.4 branchMike Bayer2008-07-021-1/+14
* - Modified SQLite's representation of "microseconds" toMike Bayer2008-06-271-3/+10
* - Implemented generic CHAR_LENGTH for sqlite (-> LENGTH())Jason Kirtland2008-05-191-1/+2
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-11/+11
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-071-1/+2
* - Invalid SQLite connection URLs now raise an error.Jason Kirtland2008-02-231-0/+7
* - Enabled schema support on SQLite, added the temporary table namespace to ta...Jason Kirtland2008-02-051-12/+43
* - fixed reflection of Time columns on sqliteJason Kirtland2008-02-011-27/+29
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-1/+8
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-111-4/+8
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-16/+15
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-2/+2
* happy new yearMike Bayer2008-01-011-1/+1
* - sqlite SLDate type will not erroneously render "microseconds" portionMike Bayer2007-12-201-1/+4
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-191-0/+3
* - named_with_column becomes an attributeMike Bayer2007-11-251-5/+2
* added REAL to reflection listMike Bayer2007-10-311-0/+1
* - sqlite will reflect "DECIMAL" as a numeric columnMike Bayer2007-10-221-0/+1
* Fixed empty (zero column) sqlite inserts, allowing inserts onJason Kirtland2007-10-191-0/+15
* - added test coverage for unknown type reflection, fixedMike Bayer2007-10-181-3/+3
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-111-9/+20
* - fixed sqlite reflection of BOOL/BOOLEAN [ticket:808]Mike Bayer2007-10-051-0/+2
* add sqlite reserved words listAnts Aasma2007-09-171-0/+9
* Housekeeping.Jason Kirtland2007-08-221-14/+11