summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ansisql.py
Commit message (Expand)AuthorAgeFilesLines
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-35/+35
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-141-15/+5
* - got is_subquery() working in the case of compound selects, test for ms-sqlMike Bayer2007-08-121-5/+13
* - fixed compiler bug in mssqlMike Bayer2007-08-121-1/+4
* - precompiled regexp for anonymous labelsMike Bayer2007-08-111-13/+16
* - removed _calculate_correlations() methods, removed correlation_stack, selec...Mike Bayer2007-08-111-38/+59
* - case_sensitive=(True|False) setting removed from schema items, sinceMike Bayer2007-08-111-10/+9
* repaired oracle savepoint implementationMike Bayer2007-08-111-5/+5
* - fixes to PG unicode table/sequence reflection/create/dropsMike Bayer2007-08-101-1/+1
* Allow '$' in bind param detection [ticket:719], added test suite & fixed an e...Jason Kirtland2007-08-091-2/+2
* Added 'unformat_identifiers', produces a list of unquoted identifiers from an...Jason Kirtland2007-08-091-0/+32
* Added 'SET' to reserved words, plus gratuitous reindenting.Jason Kirtland2007-08-071-24/+28
* - migrated 'desc', 'asc', and 'distinct' to be in the Operators frameworkMike Bayer2007-08-071-1/+5
* - editsMike Bayer2007-08-061-0/+3
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-6/+6
* Promoted format_table_seq from mysql to ansisql. Formats a fully qualified t...Jason Kirtland2007-08-011-0/+14
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-387/+362
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-191-18/+30
* more query methods, overhauliung docs for forwards 0.4 methodMike Bayer2007-07-151-2/+2
* - long-identifier detection fixed to use > rather than >= forMike Bayer2007-06-051-2/+2
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-45/+35
* - fix to long name generation when using oid_column as an order byMike Bayer2007-05-071-2/+4
* more docstrings stuffMike Bayer2007-04-141-1/+1
* - the "mini" column labels generated when using subqueries, whichMike Bayer2007-04-111-9/+10
* - merged the "execcontext" branch, refactors engine/dialect codepathsMike Bayer2007-04-021-27/+21
* - column label and bind param "truncation" also generateMike Bayer2007-03-281-24/+53
* added label truncation for bind param names which was lost in the previous re...Mike Bayer2007-03-281-9/+27
* - preliminary support for unicode table and column names added.Mike Bayer2007-03-271-11/+9
* - column labels are now generated in the compilation phase, whichMike Bayer2007-03-241-9/+15
* - for hackers, refactored the "visitor" system of ClauseElement andMike Bayer2007-03-111-21/+23
* - added concept of 'require_embedded' to corresponding_column.Mike Bayer2007-03-051-2/+2
* - bindparam() names are now repeatable! specify twoMike Bayer2007-03-031-16/+23
* - use_labels flag on select() wont auto-create labels for literal textMike Bayer2007-03-011-4/+9
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-172/+253
* - fixed generation of CHECK constraints on columns [ticket:464]Mike Bayer2007-02-171-0/+4
* - moved change for [ticket:466] to ansisql, since thats the syntax for all da...Mike Bayer2007-02-171-2/+3
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-041-2/+2
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-3/+1
* OK nevermind that last commit, rolling the quoting fix backMike Bayer2007-02-041-14/+15
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-15/+14
* fixes to quoting on "fake" column when used off its tableMike Bayer2007-01-291-1/+1
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-241-1/+1
* - added support for column "key" attribute to be useable in row[<key>]/row.<key>Mike Bayer2007-01-231-0/+4
* copyright updateMike Bayer2007-01-051-1/+1
* - order of constraint creation puts primary key first before all other constr...Mike Bayer2007-01-031-2/+6
* - global "insure"->"ensure" change. in US english "insure" is actuallyMike Bayer2007-01-011-1/+1
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-40/+81
* - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ...Mike Bayer2006-11-251-2/+2
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-4/+4