| 2008-07-03 |
Michael Trier | Added PGCidr type to postgres. Closes #1092 |
commit | commitdiff | tree | snapshot |
| 2008-07-02 |
Mike Bayer | - add SLFloat type, which matches the SQLite REAL |
commit | commitdiff | tree | snapshot |
| 2008-06-27 |
Mike Bayer | - applied the "reverse" of r4877 from trunk; correct... |
commit | commitdiff | tree | snapshot |
| 2008-06-22 |
Mike Bayer | - The index name generated when you say "index=True" |
commit | commitdiff | tree | snapshot |
| 2008-06-22 |
Mike Bayer | - create_all(), drop_all(), create(), drop() all raise |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Mike Bayer | merged r4861, session.is_active, from trunk |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Mike Bayer | merged PG test from r4859 |
commit | commitdiff | tree | snapshot |
| 2008-06-17 |
Mike Bayer | - Repaired server_side_cursors to properly detect |
commit | commitdiff | tree | snapshot |
| 2008-06-13 |
Mike Bayer | added sequence for oracle support |
commit | commitdiff | tree | snapshot |
| 2008-06-12 |
Mike Bayer | - the enable_typechecks=False setting on relation() |
commit | commitdiff | tree | snapshot |
| 2008-06-09 |
Mike Bayer | added some docstrings and some deprecations |
commit | commitdiff | tree | snapshot |
| 2008-06-04 |
Mike Bayer | - Query.count() will take single-table inheritance |
commit | commitdiff | tree | snapshot |
| 2008-06-03 |
Mike Bayer | - fixed bug preventing merge() from functioning in |
commit | commitdiff | tree | snapshot |
| 2008-06-01 |
Mike Bayer | - The contains() operator when used with many-to-many |
commit | commitdiff | tree | snapshot |
| 2008-05-30 |
Mike Bayer | - Cursors now have "arraysize" set to 50 by default on |
commit | commitdiff | tree | snapshot |
| 2008-05-27 |
Mike Bayer | - Added 'CALL' to the list of SQL keywords which return |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Mike Bayer | merged r4813 from trunk, oracle schema name fix for... |
commit | commitdiff | tree | snapshot |
| 2008-05-24 |
Mike Bayer | get_default_identifier() normalizes the returned name... |
commit | commitdiff | tree | snapshot |
| 2008-05-10 |
Mike Bayer | - repaired single table inheritance such that you rel_0_4_6 |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Gaëtan de Menten | same as r4710: |
commit | commitdiff | tree | snapshot |
| 2008-05-09 |
Mike Bayer | back-merged current 0.4 trunk into rel_0_4 branch,... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Ants Aasma | added an example on how to share code between sql predi... |
commit | commitdiff | tree | snapshot |
| 2007-07-27 |
Mike Bayer | took out extra exception catch/raise SQLError in places... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | fixed bad import |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - all oracle testtypes pass in this rev |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - removed problematic generate_dbapi_typemap() method... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | temporarily disabling genrated type_map which breaks... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - very rudimental support for OUT parameters added... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Jason Kirtland | Um... "ImportError: No module named profile; please... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - Compiled is just an object now. the ClauseVisitor... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - fixed clause_element/expression_element change from... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Rick Morrison | mssql and test changes from trunk |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | added addresses table delete |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - added array slice support to row[<index>] [ticket... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - fix to oracle table aliasing |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - changed 'desired_columns' argument to 'include_columns' |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Mike Bayer | - ANSICompiler now uses its own traversal when compilin... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Jonathan Ellis | "You can also specify a list or set of column names... |
commit | commitdiff | tree | snapshot |
| 2007-07-26 |
Ants Aasma | fix up a docstring and some examples |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Mike Bayer | - removed the ridiculous AbstractDialect do-nothing... |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Jonathan Ellis | typo fix (unbreak test suite) |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Jason Kirtland | Really finish proxied list methods. Either these last... |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Jonathan Ellis | add checks for well-formed ColumnProperty. fixes #683 |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Jonathan Ellis | add __repr__ for engine, metadata, sqlsoup |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Jonathan Ellis | use sha instead of crypt to decrease suckage for window... |
commit | commitdiff | tree | snapshot |
| 2007-07-25 |
Mike Bayer | - added unittest for sharding module |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | test graceful fallback to lazy loading for cyclical... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | - added has(), like any() but for scalars |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | renamed new scalar() method to as_scalar(), not depreca... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | restored Float's full constructor to play better with... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | - deprecated scalar=True argument on select(). its... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | - Numeric and Float types now have an "asdecimal" flag... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | - ColumnCollection (i.e. the 'c' attribute on tables... |
commit | commitdiff | tree | snapshot |
| 2007-07-24 |
Mike Bayer | - a rudimental sharding (horizontal scaling) system... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | deprecated extra arguments on instances() |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | removed methods instance_key(), identity_key(), identity() |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | - joined-table inheritance will now generate the primar... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Jason Kirtland | Oops, --log-{info,debug}= args need to accept values... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | patched fix for [ticket:677], thanks ! |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | ColumnDefault functions pass ExecutionContext to callab... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Jason Kirtland | _ConnectionRecord gains a .properties collection, with... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | corrected literals_as_binds to recognize sql.Operators... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Jason Kirtland | Rearrange profiling a bit |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Mike Bayer | - refinement of connection.execute() , parameter proces... |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Jason Kirtland | Finished up the workflow in ormsession test |
commit | commitdiff | tree | snapshot |
| 2007-07-23 |
Jason Kirtland | Refactored test support code, moved most into 'testlib/' |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | added some of the newer query styles to some inheritanc... |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | fixed up testbase coverage to get module-level stuff |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Jason Kirtland | dead |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | removed small cruftlet |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | - fix to _CalculatedClause._copy_internals() behavior... |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Jason Kirtland | Consigned to history. |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | - got self-referential query.join()/query.outerjoin... |
commit | commitdiff | tree | snapshot |
| 2007-07-22 |
Mike Bayer | filter_by([joinpath], ...) is gone. join([path], alias... |
commit | commitdiff | tree | snapshot |
| 2007-07-21 |
Jason Kirtland | Queries now __str__ as their statement |
commit | commitdiff | tree | snapshot |
| 2007-07-21 |
Jason Kirtland | make this test runnable stand-alone |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | - merged bind unittest fix from r2999 |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | - added query.populate_existing().. - marks the query... |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | merged most recent overflow mutex tweak |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | dont clobber existing methodnames, [ticket:596] |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | implemented Class.any(criterion) |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | changed assignmapper API per [ticket:636] |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | merged pool fix from [changeset:2989] and timeout fix... |
commit | commitdiff | tree | snapshot |
| 2007-07-20 |
Mike Bayer | - Eager loading now functions at any arbitrary depth... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Remove unused imports, typo and light formatting tweaks. |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Remove mysql enum out of range test, not really needed... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | small fix to detect a "scalar" query when constructing... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | - changed set used to generate FROM list to an ordered... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Better quoting of identifiers when manipulating schemas. |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | added info on DB types |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | docstrings |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | removed ancient group_parenthesized() method, its purpo... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | fixed LIKE/BEWTEEN operators |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | removed print statement...this is the year i start... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Mike Bayer | - all "type" keyword arguments, such as those to bindpa... |
commit | commitdiff | tree | snapshot |
| 2007-07-19 |
Jason Kirtland | Target testcreate schema test better. |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Jason Kirtland | Clarity fix for assocproxy example code |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Jason Kirtland | .pop() on association proxies is no longer problematic... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | - unittest cleanup: after removal of threadlocal mod... |
commit | commitdiff | tree | snapshot |
| 2007-07-18 |
Mike Bayer | partial progress on adding prop.compare(), new behavior... |
commit | commitdiff | tree | snapshot |
| next |