summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/firebird.py
Commit message (Expand)AuthorAgeFilesLines
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+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-26/+31
* - some execution fixesMike Bayer2007-05-301-13/+5
* turned off supports_sane_rowcount until someone wants to fix #370Mike Bayer2007-05-251-1/+1
* - set max identifier length to 31Mike Bayer2007-05-081-0/+3
* added "is_disconnect()" for firebirdMike Bayer2007-04-181-0/+6
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-3/+5
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-50/+23
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-6/+12
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-1/+1
* copyright updateMike Bayer2007-01-051-1/+1
* - Firebird fix to autoload multifield foreign keys [ticket:409]Mike Bayer2007-01-031-52/+70
* various huge fixes from [ticket:330], thanks to Lele GaifaxMike Bayer2006-10-191-16/+48
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-2/+2
* - remove spurious semicomma from Firebird SQL statement (Lele Gaifax)Mike Bayer2006-10-131-2/+2
* some cleanup submitted by Lele GalifaxMike Bayer2006-10-131-6/+0
* assorted firebird fixes from Lele GaifaxMike Bayer2006-10-071-4/+14
* - postgres reflection moved to use pg_schema tables, can be overriddenMike Bayer2006-08-211-3/+3
* [ticket:268]Mike Bayer2006-08-121-17/+69
* quoting facilities set up so that database-specific quoting can beMike Bayer2006-08-121-2/+8
* [ticket:256] propigating url.query arguments to connect() function for all db'sMike Bayer2006-07-251-0/+4
* 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