summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* tweak to support reflecting eqlite columns that didnt specify a typeMike Bayer2007-01-061-2/+6
* copyright updateMike Bayer2007-01-051-1/+1
* - support for None as precision/length in numeric types for postgres, sqlite,...Mike Bayer2006-12-091-1/+4
* removed useless lineMike Bayer2006-12-031-1/+0
* further fixes to sqlite booleans, weren't working as defaultsMike Bayer2006-10-291-0/+2
* fix for sqlite refection of names with weird quotes around them in the DDL wh...Mike Bayer2006-10-191-1/+4
* - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign keyMike Bayer2006-10-151-0/+9
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-4/+3
* some cleanup submitted by Lele GalifaxMike Bayer2006-10-131-3/+0
* - fixes to Date/Time (SLDate/SLTime) types; works as good as postgresMike Bayer2006-10-121-4/+5
* - added test suite to test improved from_obj/join behavior with Query/eagerlo...Mike Bayer2006-09-281-0/+2
* sqlite doesnt support FOR UPDATEMike Bayer2006-09-111-0/+4
* - import of py2.5s sqlite3 [ticket:293]Mike Bayer2006-09-041-4/+7
* sqlite dialects can be created without pysqlite installedMike Bayer2006-08-211-3/+1
* - postgres reflection moved to use pg_schema tables, can be overriddenMike Bayer2006-08-211-3/+3
* some fixes to sqlite datetime organization, was improperly reflectingMike Bayer2006-08-121-5/+7
* quoting facilities set up so that database-specific quoting can beMike Bayer2006-08-121-3/+9
* oops: committed the rest of [changeset:1759], removed print in sqlite + rest...Mike Bayer2006-08-031-1/+1
* - better check for ambiguous join conditions in sql.Join; propigates to aMike Bayer2006-08-031-3/+17
* fix for when default is zeroJonathan Ellis2006-07-311-1/+1
* PassiveDefault('?') for autoloaded sqlite defaultsJonathan Ellis2006-07-271-3/+7
* [ticket:256] propigating url.query arguments to connect() function for all db'sMike Bayer2006-07-251-1/+1
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-28/+11
* fixed up boolean datatype for sqlite, mysql, ms-sqlMike Bayer2006-07-131-0/+4
* slightly less lame version functionMike Bayer2006-07-111-1/+3
* sqlite detects version and disables CAST if version < 3.2.3Mike Bayer2006-07-111-0/+11
* added workaround for funny pragma behavior on windows pysqliteMike Bayer2006-07-091-0/+4