| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 1 | -11/+47 |
* | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -25/+54 |
* | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 1 | -1/+1 |
* | - Function objects know what to do in a FROM clause now. their | Mike Bayer | 2006-10-03 | 1 | -0/+2 |
* | decruftify | Mike Bayer | 2006-09-28 | 1 | -3/+3 |
* | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -6/+8 |
* | further fixes to case sensitive logic | Mike Bayer | 2006-09-04 | 1 | -4/+5 |
* | simplification to quoting to just cache strings per-dialect, added quoting fo... | Mike Bayer | 2006-09-04 | 1 | -74/+52 |
* | since casing is figured out quasi-automatically when creating table/column/etc, | Mike Bayer | 2006-08-31 | 1 | -0/+3 |
* | quoting more or less working with oracle | Mike Bayer | 2006-08-31 | 1 | -1/+4 |
* | some tweaks to oracle casing... | Mike Bayer | 2006-08-31 | 1 | -2/+2 |
* | - added case_sensitive argument to MetaData, Table, Column, determines | Mike Bayer | 2006-08-31 | 1 | -6/+24 |
* | [ticket:266] constraint name in PrimaryKeyConstraint | Mike Bayer | 2006-08-26 | 1 | -3/+5 |
* | added limit/offset to union queries | Mike Bayer | 2006-08-26 | 1 | -3/+6 |
* | working on sequence quoting support.... | Mike Bayer | 2006-08-21 | 1 | -2/+17 |
* | refactoring of ANSIIdentifierPreparer to be one instance per-dialect, simplif... | Mike Bayer | 2006-08-21 | 1 | -46/+25 |
* | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -16/+49 |
* | [ticket:280] statement execution supports using the same BindParam | Mike Bayer | 2006-08-18 | 1 | -24/+5 |
* | added "requires_quotes" step, subclasses of ANSIIdentifierPreparer can override | Mike Bayer | 2006-08-16 | 1 | -3/+7 |
* | refactored ANSIIdentifierPreparer to be visitor based; minimizes escaping ope... | Mike Bayer | 2006-08-12 | 1 | -28/+54 |
* | turned off default case-folding rules as they wreak havoc with the current un... | Mike Bayer | 2006-08-12 | 1 | -5/+5 |
* | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 1 | -19/+90 |