summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* For sqlite NUMERIC, send Decimal bind values as strings instead of converting...Jason Kirtland2007-08-221-0/+9
* - method call removalMike Bayer2007-08-201-6/+2
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-23/+18
* added support for string date passthru in sqliteMike Bayer2007-08-161-1/+4
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-31/+43
* auto-commit after LOAD DATA INFILE for mysqlJason Kirtland2007-08-121-1/+3
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* - Dialects can be queried for the server version (sqlite and mysql only with ...Jason Kirtland2007-08-031-0/+3
* - removed import of old sqlite module [ticket:654]Mike Bayer2007-07-291-6/+1
* engine.table_names()Jonathan Ellis2007-07-291-0/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-19/+22
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-191-1/+2
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-171-3/+3
* rearrange sqlite dialect initialization to be able to warn about pysqlite1 be...Ants Aasma2007-07-141-1/+1
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-171-1/+3
* - sqlite better handles datetime/date/time objects mixed and matchedMike Bayer2007-06-171-6/+15
* include current versions in warning messages. simplify sqlite_ver test; if a...Jonathan Ellis2007-06-011-3/+3
* - converted logger.warn() to warnings.warn()Mike Bayer2007-04-211-2/+9
* - Promoted mysql's dburl query string helper to util + fixedJason Kirtland2007-04-191-1/+10
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-13/+15
* - got unicode schemas to work with postgresMike Bayer2007-04-151-0/+3
* - some cleanup of reflection unit testsMike Bayer2007-04-041-3/+0
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-33/+27
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-16/+41
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-1/+1
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-241-1/+1