From: Mike Bayer Date: Mon, 27 Mar 2006 00:16:54 +0000 (+0000) Subject: removed.. X-Git-Tag: rel_0_1_5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c0534a56212b79c1e4b7a5473069e7feb22bd9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git removed.. --- diff --git a/TODO b/TODO deleted file mode 100644 index 8c5c455e00..0000000000 --- a/TODO +++ /dev/null @@ -1,25 +0,0 @@ -TODO: - -real exception classes instead of "raise 'string'" - -lazy/eager loaders added to mapper via list arguments instead of dict? - -clean up select test suite - -horizontal lazy loaders - this loads the data from an additional table -into the same object upon hitting any of its properties. - -Oracle module - table reflection - -MySQL module - -INSERT from a SELECT - -generator functions returned from select() to handle [:] slices dynamically ? - -examples - -external functions able to be placed within a UOW's transaction commit; either at the head, or -based on dependencies to other mappers, individual objects - -between() operator \ No newline at end of file