summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/sqlite.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* added rudimentary support for limit and offset (with the hack version in oracle)Mike Bayer2005-12-071-0/+10
* fallback on importing pysqlite2Mike Bayer2005-12-061-1/+4
* primary_keys => primary_keyMike Bayer2005-12-041-3/+3
* Added float type to support real/double precision/float8/etc sql data types. ...Robert Leftwich2005-12-011-0/+2
* table reflection will default to SLString. default filename added to be :mem...Mike Bayer2005-12-011-2/+2
* fix to result processing of date typesMike Bayer2005-11-291-2/+8
* mysql somewhat presentMike Bayer2005-11-271-15/+8
* got round trip for multiple priamry keys to work with table create/reflection...Mike Bayer2005-11-261-3/+53
* (no commit message)Mike Bayer2005-11-161-0/+7
* sqlite cant share among threads ! hence a new pool class.Mike Bayer2005-11-061-0/+1
* moving sqlite filename into named optionsMike Bayer2005-11-051-5/+12
* (no commit message)Mike Bayer2005-11-051-2/+3
* (no commit message)Mike Bayer2005-10-231-2/+2
* postgres kickin my ass w00pMike Bayer2005-10-211-5/+5
* (no commit message)Mike Bayer2005-09-241-4/+2
* (no commit message)Mike Bayer2005-09-241-9/+10
* (no commit message)Mike Bayer2005-09-221-1/+1
* more work on the types...Mike Bayer2005-09-221-18/+8