| Commit message (Expand) | Author | Age | Files | Lines |
* | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -35/+35 |
* | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 1 | -15/+5 |
* | - got is_subquery() working in the case of compound selects, test for ms-sql | Mike Bayer | 2007-08-12 | 1 | -5/+13 |
* | - fixed compiler bug in mssql | Mike Bayer | 2007-08-12 | 1 | -1/+4 |
* | - precompiled regexp for anonymous labels | Mike Bayer | 2007-08-11 | 1 | -13/+16 |
* | - removed _calculate_correlations() methods, removed correlation_stack, selec... | Mike Bayer | 2007-08-11 | 1 | -38/+59 |
* | - case_sensitive=(True|False) setting removed from schema items, since | Mike Bayer | 2007-08-11 | 1 | -10/+9 |
* | repaired oracle savepoint implementation | Mike Bayer | 2007-08-11 | 1 | -5/+5 |
* | - fixes to PG unicode table/sequence reflection/create/drops | Mike Bayer | 2007-08-10 | 1 | -1/+1 |
* | Allow '$' in bind param detection [ticket:719], added test suite & fixed an e... | Jason Kirtland | 2007-08-09 | 1 | -2/+2 |
* | Added 'unformat_identifiers', produces a list of unquoted identifiers from an... | Jason Kirtland | 2007-08-09 | 1 | -0/+32 |
* | Added 'SET' to reserved words, plus gratuitous reindenting. | Jason Kirtland | 2007-08-07 | 1 | -24/+28 |
* | - migrated 'desc', 'asc', and 'distinct' to be in the Operators framework | Mike Bayer | 2007-08-07 | 1 | -1/+5 |
* | - edits | Mike Bayer | 2007-08-06 | 1 | -0/+3 |
* | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -6/+6 |
* | Promoted format_table_seq from mysql to ansisql. Formats a fully qualified t... | Jason Kirtland | 2007-08-01 | 1 | -0/+14 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -387/+362 |
* | Better quoting of identifiers when manipulating schemas | Jason Kirtland | 2007-07-19 | 1 | -18/+30 |
* | more query methods, overhauliung docs for forwards 0.4 method | Mike Bayer | 2007-07-15 | 1 | -2/+2 |
* | - long-identifier detection fixed to use > rather than >= for | Mike Bayer | 2007-06-05 | 1 | -2/+2 |
* | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 1 | -45/+35 |
* | - fix to long name generation when using oid_column as an order by | Mike Bayer | 2007-05-07 | 1 | -2/+4 |
* | more docstrings stuff | Mike Bayer | 2007-04-14 | 1 | -1/+1 |
* | - the "mini" column labels generated when using subqueries, which | Mike Bayer | 2007-04-11 | 1 | -9/+10 |
* | - merged the "execcontext" branch, refactors engine/dialect codepaths | Mike Bayer | 2007-04-02 | 1 | -27/+21 |
* | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -24/+53 |
* | added label truncation for bind param names which was lost in the previous re... | Mike Bayer | 2007-03-28 | 1 | -9/+27 |
* | - preliminary support for unicode table and column names added. | Mike Bayer | 2007-03-27 | 1 | -11/+9 |
* | - column labels are now generated in the compilation phase, which | Mike Bayer | 2007-03-24 | 1 | -9/+15 |
* | - for hackers, refactored the "visitor" system of ClauseElement and | Mike Bayer | 2007-03-11 | 1 | -21/+23 |
* | - added concept of 'require_embedded' to corresponding_column. | Mike Bayer | 2007-03-05 | 1 | -2/+2 |
* | - bindparam() names are now repeatable! specify two | Mike Bayer | 2007-03-03 | 1 | -16/+23 |
* | - use_labels flag on select() wont auto-create labels for literal text | Mike Bayer | 2007-03-01 | 1 | -4/+9 |
* | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -172/+253 |
* | - fixed generation of CHECK constraints on columns [ticket:464] | Mike Bayer | 2007-02-17 | 1 | -0/+4 |
* | - moved change for [ticket:466] to ansisql, since thats the syntax for all da... | Mike Bayer | 2007-02-17 | 1 | -2/+3 |
* | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -2/+2 |
* | - added literal_column() to specify a column clause that should not undergo a... | Mike Bayer | 2007-02-04 | 1 | -3/+1 |
* | OK nevermind that last commit, rolling the quoting fix back | Mike Bayer | 2007-02-04 | 1 | -14/+15 |
* | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -15/+14 |
* | fixes to quoting on "fake" column when used off its table | Mike Bayer | 2007-01-29 | 1 | -1/+1 |
* | oracle can conditionally decide if it wants to say "use rowid" in a select st... | Mike Bayer | 2007-01-24 | 1 | -1/+1 |
* | - added support for column "key" attribute to be useable in row[<key>]/row.<key> | Mike Bayer | 2007-01-23 | 1 | -0/+4 |
* | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
* | - order of constraint creation puts primary key first before all other constr... | Mike Bayer | 2007-01-03 | 1 | -2/+6 |
* | - global "insure"->"ensure" change. in US english "insure" is actually | Mike Bayer | 2007-01-01 | 1 | -1/+1 |
* | - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr... | Mike Bayer | 2006-11-26 | 1 | -40/+81 |
* | - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ... | Mike Bayer | 2006-11-25 | 1 | -2/+2 |
* | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
* | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -4/+4 |