summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/firebird.py
Commit message (Expand)AuthorAgeFilesLines
* overhaul to schema, addition of ForeignKeyConstraint/Mike Bayer2006-07-141-5/+1
* ordering of UPDATE and DELETE statements within groups is nowMike Bayer2006-07-031-1/+1
* firebird patch with support for type_convMike Bayer2006-06-281-8/+16
* added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub...Mike Bayer2006-06-061-0/+5
* adjustment to datetimeMike Bayer2006-06-021-1/+4
* brad clement's 0.2 firebird support !Mike Bayer2006-06-011-70/+112
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-19/+22
* Implemented the changes from ticket 94jralston2006-05-231-22/+19
* moves the binding of a TypeEngine object from "schema/statement creation" tim...Mike Bayer2006-04-061-1/+1
* refactor to Compiled.get_params() to return new ClauseParameters object, a mo...Mike Bayer2006-03-131-13/+2
* removed the dependency of ANSICompiler on SQLEngine. you can now make ANSICo...Mike Bayer2006-03-041-1/+1
* firebird module initial checkinMike Bayer2006-03-041-0/+282