0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make the message a little clearer More... about 14 years ago
add a README about mercurial. More... over 14 years ago
use a flag to build cextensions (thanks again to Genshi for the tip) More... over 14 years ago
typo More... over 14 years ago
timings should use getitem syntax and not the slow getattr one
ged
More... over 14 years ago
fixes for some nasty edge cases when usng descriptors to compute special attributes More... over 14 years ago
there we go, that was the stupid gc bug More... over 14 years ago
skip test for oursql More... over 14 years ago
require nose .11 to support first_package_wins flag More... over 14 years ago
allow __tablename__ to come from a mixin More... over 14 years ago
paranoid test that single table inheritance works with single table inheritance More... over 14 years ago
preload type affinity entries so that these comparisons don't get shoved into the callcounts More... over 14 years ago
un-break the copyright link that chrisw broke More... over 14 years ago
Added support for FOUND_ROWS to mysqlconnector. More... over 14 years ago
And more wonderfully crafted documentation changes to link function/method names to their appropriate definitions in the API docs. Thank you Diana Clarke. Refs #1703. More... over 14 years ago
- adjusted the literal coercion rules to take the left side's type into account, if it is compatible with what was found for the right, so that things like oracle CHAR conversions work. - oracle dialect specific tests pass again. More... over 14 years ago
more bumps More... over 14 years ago
some 2.4 bumps probably due to the tuple/list thing More... over 14 years ago
-remove proof of concept "cascade constraints" More... over 14 years ago
Changes to get mysqlconnector passing most tests. More... over 14 years ago
- the execution sequence pulls all rowcount/last inserted ID info from the cursor before commit() is called on the DBAPI connection in an "autocommit" scenario. This helps mxodbc with rowcount and is probably a good idea overall. - cx_oracle wants list(), not tuple(), for empty execute. - cleaned up plain SQL param handling More... over 14 years ago
More cleanup to link function/method names in the docs to the API docs. Refs #1703. More... over 14 years ago
mxodbc supports rowcount, just have to snag before the cursor is closed. More... over 14 years ago
Corrected failing doctests in the docs directory due to Changeset r6860. Fixes #1722. More... over 14 years ago
some ms/odbc fixes More... over 14 years ago
callcounts More... over 14 years ago
support scale argument for the C implementation of the decimal processor
ged
More... over 14 years ago
fix echo test More... over 14 years ago
- simplify the OurSQL dialect regarding py3k, this version gives it a fairly fighting chance on python 3. there's an oursql bug where it can't raise an exception on executemany() correctly. - needed to add "plain_query" wrappers for all the reflection methods. not sure why this was not needed earlier. More... over 14 years ago
- orm: Removed a lot of logging that nobody really cares about, logging that remains will respond to live changes in the log level. No significant overhead is added. [ticket:1719] - engine: Opened up logging a bit such that isEnabledFor() is called more often, so that changes to the log level for engine/pool will be reflected on next connect. This adds a small amount of method call overhead. It's negligible and will make life a lot easier for all those situations when logging just happens to be configured after create_engine() is called. [ticket:1719] More... over 14 years ago