summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-0/+6
* exceptions...Mike Bayer2006-05-291-4/+1
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-47/+41
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-1/+1
* added explicit "convert date types to a string in bind params", since pysqlit...Mike Bayer2006-03-231-0/+5
* refactor to engine to have a separate SQLSession object. allows nested trans...Mike Bayer2006-03-171-0/+3
* sqlite likes OFFSET with LIMIT else its buggyMike Bayer2006-03-061-0/+2
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-1/+1
* made SchemaEngine more prominent as the base of Table associationMike Bayer2006-03-011-1/+3
* Merge indexes [1047]:[1048] into trunk (for #6)Jason Pellerin2006-02-261-1/+4
* exceptions addedMike Bayer2006-02-191-1/+2
* added import for pysqlite1Mike Bayer2006-02-141-1/+4
* streamlined engine.schemagenerator and engine.schemadropper methodologyMike Bayer2006-02-111-2/+6
* now lets do that properlyMike Bayer2006-02-051-2/+2
* error message if pysqlite2 couldnt be importedMike Bayer2006-02-051-0/+2
* Rick Morrison's patch adding Smallint, Date, and Time support !Mike Bayer2006-02-041-4/+31
* column arguments converted to integerMike Bayer2006-01-131-1/+1
* sqlite/postgres reflection will properly add foreign keysMike Bayer2006-01-081-1/+1
* copyright->2005,2006Mike Bayer2006-01-031-1/+1
* remove debugging codeMike Bayer2006-01-031-4/+1
* rowid->oidMike Bayer2006-01-021-1/+1
* changed mysql TIMESTAMP->DATETIMEMike Bayer2006-01-021-0/+3
* factoring out mysql's rowid stuff since its down in the base engine class nowMike Bayer2006-01-011-0/+3
* added a hook in for 'binary operator', so sqlite can exchangeMike Bayer2005-12-311-1/+5
* license switchMike Bayer2005-12-311-13/+2
* refactoring of execution path, defaults, and treatment of different paramstylesMike Bayer2005-12-171-2/+1
* factored "sequence" execution in postgres in oracle to be generalized to the ...Mike Bayer2005-12-161-2/+3