| 2012-06-23 |
Mike Bayer | absolute imports in core, sql |
commit | commitdiff | tree | snapshot |
| 2012-06-23 |
Mike Bayer | - move all of orm to use absolute imports |
commit | commitdiff | tree | snapshot |
| 2012-06-23 |
Mike Bayer | - simplify setup_entity and related calls |
commit | commitdiff | tree | snapshot |
| 2012-06-23 |
Mike Bayer | callcounts, due to the DummyLock cleanup |
commit | commitdiff | tree | snapshot |
| 2012-06-22 |
Mike Bayer | - [bug] Fixed bug whereby if a database restart |
commit | commitdiff | tree | snapshot |
| 2012-06-22 |
Mike Bayer | - [bug] Fixed bug whereby |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | - [removed] Deprecated identifiers removed: |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | - [bug] quoting is applied to the column names |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | - [feature] Added "MATCH" clause to ForeignKey, |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | - [feature] Added "MATCH" clause to ForeignKey, |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | - [bug] Fixed regression introduced in 0.7.6 |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | - reorganize changes so that the 0.7 changelog is prese... |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | a likely callcount |
commit | commitdiff | tree | snapshot |
| 2012-06-21 |
Mike Bayer | need some default dialect in here |
commit | commitdiff | tree | snapshot |
| 2012-06-20 |
Mike Bayer | test didn't get added |
commit | commitdiff | tree | snapshot |
| 2012-06-20 |
Mike Bayer | callcount |
commit | commitdiff | tree | snapshot |
| 2012-06-20 |
Mike Bayer | - [feature] The of_type() construct on attributes |
commit | commitdiff | tree | snapshot |
| 2012-06-20 |
Mike Bayer | - [feature] Dramatic improvement in memory |
commit | commitdiff | tree | snapshot |
| 2012-06-18 |
Mike Bayer | Merged in msabramo/sqlalchemy (pull request #9) |
commit | commitdiff | tree | snapshot |
| 2012-06-18 |
Mike Bayer | remove ambiguous language |
commit | commitdiff | tree | snapshot |
| 2012-06-17 |
Marc Abramowitz | Correct error in README.unittests; --first-package... |
commit | commitdiff | tree | snapshot |
| 2012-06-17 |
Mike Bayer | some fixes here |
commit | commitdiff | tree | snapshot |
| 2012-06-17 |
Mike Bayer | doc fixes |
commit | commitdiff | tree | snapshot |
| 2012-06-17 |
Mike Bayer | dbs like oracle can't handle these tests since we aren... |
commit | commitdiff | tree | snapshot |
| 2012-06-16 |
Mike Bayer | obnoxious callcounts |
commit | commitdiff | tree | snapshot |
| 2012-06-16 |
Mike Bayer | remove this test now covered in test_execute |
commit | commitdiff | tree | snapshot |
| 2012-06-16 |
Mike Bayer | - [bug] Fixed bug whereby append_column() |
commit | commitdiff | tree | snapshot |
| 2012-06-16 |
Mike Bayer | - [bug] The ResultProxy methods inserted_primary_key, |
commit | commitdiff | tree | snapshot |
| 2012-06-16 |
Mike Bayer | - [bug] removed unnecessary table clause when |
commit | commitdiff | tree | snapshot |
| 2012-06-16 |
Mike Bayer | - [bug] Fixed bug whereby populate_existing |
commit | commitdiff | tree | snapshot |
| 2012-06-13 |
Mike Bayer | - [bug] Repaired common table expression |
commit | commitdiff | tree | snapshot |
| 2012-06-13 |
Mike Bayer | - [bug] Added BIGINT, BINARY, VARBINARY to |
commit | commitdiff | tree | snapshot |
| 2012-06-13 |
Mike Bayer | dont call connection()/get_bind() all that here if... |
commit | commitdiff | tree | snapshot |
| 2012-06-13 |
Mike Bayer | callcount fix |
commit | commitdiff | tree | snapshot |
| 2012-06-12 |
Mike Bayer | weird, seems like hasattr() doesn't count as a function... |
commit | commitdiff | tree | snapshot |
| 2012-06-12 |
Mike Bayer | - rewrite rowcount documentation to be as absolutely... |
commit | commitdiff | tree | snapshot |
| 2012-06-12 |
Mike Bayer | sigh. go back to __iter__ because of silly rowproxy... |
commit | commitdiff | tree | snapshot |
| 2012-06-12 |
Mike Bayer | comments regarding this |
commit | commitdiff | tree | snapshot |
| 2012-06-12 |
Mike Bayer | - [bug] Fixed bug affecting Py3K whereby |
commit | commitdiff | tree | snapshot |
| 2012-06-11 |
Mike Bayer | callcount |
commit | commitdiff | tree | snapshot |
| 2012-06-11 |
Mike Bayer | make sure integer is here. only the C ext doesn't... |
commit | commitdiff | tree | snapshot |
| 2012-06-11 |
Mike Bayer | - [bug] Fixed identity_key() function which |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | Add some `Sphinx` related version informations paragrap... |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | Add some `Sphinx` paragraph level versions informations... |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | Add some basic CSS styles for version informations... |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | callcount adjust |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | remove deprecateds |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | - [feature] The 'objects' argument to |
commit | commitdiff | tree | snapshot |
| 2012-06-08 |
Mike Bayer | - add before_attach event, [ticket:2464] |
commit | commitdiff | tree | snapshot |
| 2012-06-01 |
Mike Bayer | also in 0.7.8 |
commit | commitdiff | tree | snapshot |
| 2012-06-01 |
Mike Bayer | - [bug] Fixed memory leak in C version of |
commit | commitdiff | tree | snapshot |
| 2012-05-26 |
Mike Bayer | credit! |
commit | commitdiff | tree | snapshot |
| 2012-05-26 |
Mike Bayer | - upgrade DBAPI index to have links to all dialect... |
commit | commitdiff | tree | snapshot |
| 2012-05-26 |
Mike Bayer | - add new google app engine DBAPI, [ticket:2484] |
commit | commitdiff | tree | snapshot |
| 2012-05-24 |
Mike Bayer | - [bug] Dialect no longer emits expensive server |
commit | commitdiff | tree | snapshot |
| 2012-05-24 |
Mike Bayer | get __clause_element__ for remote()/foreign() annotatio... |
commit | commitdiff | tree | snapshot |
| 2012-05-24 |
Mike Bayer | - identify another condition, indirectly via #2491... |
commit | commitdiff | tree | snapshot |
| 2012-05-24 |
Mike Bayer | - [bug] Fixed bug in declarative |
commit | commitdiff | tree | snapshot |
| 2012-05-23 |
Mike Bayer | add a test for r2491 |
commit | commitdiff | tree | snapshot |
| 2012-05-20 |
Mike Bayer | looks like I finally stepped on someone elses dunders... |
commit | commitdiff | tree | snapshot |
| 2012-05-19 |
Mike Bayer | fix logic here broken by the change for enable_relation... |
commit | commitdiff | tree | snapshot |
| 2012-05-19 |
Mike Bayer | ignore columns that don't resolve here either. |
commit | commitdiff | tree | snapshot |
| 2012-05-18 |
Mike Bayer | - reorganize the usage of __mapper_args__ so that it... |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | - [bug] Added ROWID to oracle.*, [ticket:2483] |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | add a note about sqlites lack of concurrency by design... |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | - [feature] Added utility feature |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | - [bug] Fixed bug whereby subqueryload() from |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | fix mysql |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | - [feature] The "deferred declarative |
commit | commitdiff | tree | snapshot |
| 2012-05-17 |
Mike Bayer | - add DeferredReflection to declarative itself |
commit | commitdiff | tree | snapshot |
| 2012-05-15 |
Mike Bayer | clean this up some more. __mapper__ isn't even set up. |
commit | commitdiff | tree | snapshot |
| 2012-05-15 |
Mike Bayer | implement support for __prepare__ declarative method... |
commit | commitdiff | tree | snapshot |
| 2012-05-05 |
Mike Bayer | a fix to allow mysql to work |
commit | commitdiff | tree | snapshot |
| 2012-05-05 |
Mike Bayer | callcount bump to work around sqlite's silly column... |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | - [bug] Fixed issue in unit of work |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | - [bug] removed unnecessary table clause |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | - [bug] Quoting information is now passed along |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | doc update regarding with_lockmode, [ticket:2440] |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | docuemnt mock strategy, [ticket:2439] |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | - [feature] Added SQLite execution option |
commit | commitdiff | tree | snapshot |
| 2012-05-04 |
Mike Bayer | - [bug] Add BINARY, VARBINARY to types.__all__, |
commit | commitdiff | tree | snapshot |
| 2012-01-13 |
Priit Laes | Add some documentation sugar for ``having`` criterion. |
commit | commitdiff | tree | snapshot |
| 2012-04-29 |
Mike Bayer | - refactor query.update() and query.delete() to use... |
commit | commitdiff | tree | snapshot |
| 2012-04-27 |
Franck Cuny | Fix a typo in the documentation |
commit | commitdiff | tree | snapshot |
| 2012-04-26 |
Mike Bayer | backport of relationshipproperty comparison bug fix |
commit | commitdiff | tree | snapshot |
| 2012-04-25 |
Mike Bayer | - [bug] Fixed bug in relationship comparisons |
commit | commitdiff | tree | snapshot |
| 2012-04-25 |
Mike Bayer | another pypy skip |
commit | commitdiff | tree | snapshot |
| 2012-04-25 |
Mike Bayer | callcount |
commit | commitdiff | tree | snapshot |
| 2012-04-25 |
Mike Bayer | document the remote/foreign/remote_foreign functions |
commit | commitdiff | tree | snapshot |
| 2012-04-25 |
Mike Bayer | adjust some test exclusions |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | fix 2.5 failure |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | top level version-specific links |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | py3k fixes |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - put the correct target here in the log message |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] Calling rollback() within a |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] postgresql.ARRAY features an optional |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] The "unconsumed column names" warning emitted |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [feature] Inspector.get_primary_keys() is |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | - [bug] All of UniqueConstraint, ForeignKeyConstraint, |
commit | commitdiff | tree | snapshot |
| 2012-04-24 |
Mike Bayer | fix import here |
commit | commitdiff | tree | snapshot |
| next |