]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/log
thirdparty/sqlalchemy/sqlalchemy.git
14 years ago- document is_modified() caveats including that the "old" value isn't always
Mike Bayer [Wed, 20 Oct 2010 21:58:35 +0000 (17:58 -0400)] 
- document is_modified() caveats including that the "old" value isn't always
present, and that this results in a positive response for "changed"
[ticket:1928]

14 years ago- Fixed mysql bug involving reflection of CURRENT_TIMESTAMP
Mike Bayer [Wed, 20 Oct 2010 21:44:35 +0000 (17:44 -0400)] 
- Fixed mysql bug involving reflection of CURRENT_TIMESTAMP
default used with ON UPDATE clause, thanks to
Taavi Burns [ticket:1940]

14 years ago- Fixed bug which prevented "domain" built from a
Mike Bayer [Wed, 20 Oct 2010 21:28:08 +0000 (17:28 -0400)] 
- Fixed bug which prevented "domain" built from a
custom type such as "enum" from being reflected.
[ticket:1933]

14 years agomerge tip
Mike Bayer [Wed, 20 Oct 2010 20:22:30 +0000 (16:22 -0400)] 
merge tip

14 years ago- Added "as_tuple" flag to pg ARRAY type, returns results
Mike Bayer [Wed, 20 Oct 2010 20:17:17 +0000 (16:17 -0400)] 
- Added "as_tuple" flag to pg ARRAY type, returns results
as tuples instead of lists to allow hashing.

14 years ago- Fixed bug where aliasing of tables with "schema" would
Mike Bayer [Wed, 20 Oct 2010 20:15:54 +0000 (16:15 -0400)] 
- Fixed bug where aliasing of tables with "schema" would
fail to compile properly.  [ticket:1943]

14 years agoUpdate for new nose plugin location.
Jason Kirtland [Tue, 19 Oct 2010 23:44:15 +0000 (16:44 -0700)] 
Update for new nose plugin location.

14 years ago- the NoseSQLAlchemyPlugin has been moved to a
Mike Bayer [Sun, 17 Oct 2010 19:23:14 +0000 (15:23 -0400)] 
- the NoseSQLAlchemyPlugin has been moved to a
new package "sqlalchemy_nose" which installs
along with "sqlalchemy".  This so that the "nosetests"
script works as always but also allows the
--with-coverage option to turn on coverage before
SQLAlchemy modules are imported, allowing coverage
to work correctly.
- added some new ignores

14 years ago- forgot to add the immediate loader tests
Mike Bayer [Sun, 17 Oct 2010 19:10:08 +0000 (15:10 -0400)] 
- forgot to add the immediate loader tests

14 years agoedit
Mike Bayer [Sun, 17 Oct 2010 04:07:13 +0000 (00:07 -0400)] 
edit

14 years agonote expire_on_commit in the docstring for commit() as well
Mike Bayer [Sun, 17 Oct 2010 03:50:33 +0000 (23:50 -0400)] 
note expire_on_commit in the docstring for commit() as well

14 years ago- Fixed MSSQL reflection bug which did not properly handle
Mike Bayer [Sat, 16 Oct 2010 16:15:40 +0000 (12:15 -0400)] 
- Fixed MSSQL reflection bug which did not properly handle
reflection of unknown types.  [ticket:1946]

14 years ago- Added a new "lazyload" option "immediateload".
Mike Bayer [Fri, 15 Oct 2010 15:59:02 +0000 (11:59 -0400)] 
- Added a new "lazyload" option "immediateload".
Issues the usual "lazy" load operation automatically
as the object is populated.   The use case
here is when loading objects to be placed in
an offline cache, or otherwise used after
the session isn't available, and straight 'select'
loading, not 'joined' or 'subquery', is desired.
[ticket:1914]

14 years ago - engine_from_config() now accepts 'debug' for
Mike Bayer [Fri, 15 Oct 2010 15:43:59 +0000 (11:43 -0400)] 
 - engine_from_config() now accepts 'debug' for
'echo', 'echo_pool', 'force' for 'convert_unicode',
boolean values for 'use_native_unicode'.
[ticket:1899]

14 years ago- Fixed labeling bug in Query whereby the NamedTuple
Mike Bayer [Thu, 14 Oct 2010 16:04:51 +0000 (12:04 -0400)] 
- Fixed labeling bug in Query whereby the NamedTuple
would mis-apply labels if any of the column
expressions were un-labeled.

14 years agowarn when two classes with the same name end up in the declarative registry
Chris Withers [Wed, 6 Oct 2010 11:04:25 +0000 (12:04 +0100)] 
warn when two classes with the same name end up in the declarative registry

14 years agodocument creating indexes for columns in mixins
Chris Withers [Mon, 4 Oct 2010 09:14:54 +0000 (10:14 +0100)] 
document creating indexes for columns in mixins

14 years ago- default compilation of a type will check if the type class's module is
Mike Bayer [Sun, 3 Oct 2010 17:11:41 +0000 (13:11 -0400)] 
- default compilation of a type will check if the type class's module is
inside of sqlalchemy.dialects, in which case that dialect's default
will be used instead of DefaultDialect.

14 years ago- added "views=True" option to metadata.reflect(),
Mike Bayer [Sat, 2 Oct 2010 22:05:19 +0000 (18:05 -0400)] 
- added "views=True" option to metadata.reflect(),
will add the list of available views to those
being reflected.  [ticket:1936]

14 years ago- this test began working for oracle as of r14af1f73fbbd. Additionally,
Mike Bayer [Sat, 2 Oct 2010 05:30:17 +0000 (01:30 -0400)] 
- this test began working for oracle as of r14af1f73fbbd.   Additionally,
the operation wasn't actually "working" on sqlite, mysql prior to that
rev, but no assertions checked. added assertions for those.

14 years ago- *Major* cleanup / modernization of the Informix
Mike Bayer [Sat, 2 Oct 2010 01:26:05 +0000 (21:26 -0400)] 
- *Major* cleanup / modernization of the Informix
dialect for 0.6, courtesy Florian Apolloner.
[ticket:1906]

14 years ago- Fixed bug in query.update() where 'evaluate' or 'fetch'
Mike Bayer [Sat, 2 Oct 2010 00:55:42 +0000 (20:55 -0400)] 
- Fixed bug in query.update() where 'evaluate' or 'fetch'
expiration would fail if the column expression key was
a class attribute with a different keyname as the
actual column name.  [ticket:1935]

14 years agocorrect that only MySQL doesn't support CHECK constraints, [ticket:1927]
Mike Bayer [Sat, 2 Oct 2010 00:40:56 +0000 (20:40 -0400)] 
correct that only MySQL doesn't support CHECK constraints, [ticket:1927]

14 years ago- Make it clear that the second mapping of User is against User.__table__, [ticket...
Mike Bayer [Sat, 2 Oct 2010 00:39:35 +0000 (20:39 -0400)] 
- Make it clear that the second mapping of User is against User.__table__, [ticket:1934]

14 years ago- add additional logic that duplicates mapper's prop.copy(); prop.columns.append...
Mike Bayer [Sat, 2 Oct 2010 00:29:04 +0000 (20:29 -0400)] 
- add additional logic that duplicates mapper's prop.copy(); prop.columns.append(col)
logic when columns are present in a joined subclass with an attribute name different
than the column name itself [ticket:1931]
- add coverage to verify that we need to check (obj.name or name) when
deciding if a Column from a mixin should be added to the mapped table

14 years ago- reworked the internals of mapper.cascade_iterator() to
Mike Bayer [Fri, 1 Oct 2010 18:23:01 +0000 (14:23 -0400)] 
- reworked the internals of mapper.cascade_iterator() to
cut down method calls by about 9% in some circumstances.
[ticket:1932]

14 years agopy2.4 didn't seem to like super() on an exception
Mike Bayer [Wed, 29 Sep 2010 14:34:45 +0000 (10:34 -0400)] 
py2.4 didn't seem to like super() on an exception

14 years agodon't need itertools here
Mike Bayer [Wed, 29 Sep 2010 06:15:07 +0000 (02:15 -0400)] 
don't need itertools here

14 years ago- CircularDependencyError now has .cycles and .edges
Mike Bayer [Wed, 29 Sep 2010 06:11:38 +0000 (02:11 -0400)] 
- CircularDependencyError now has .cycles and .edges
members, which are the set of elements involved in
one or more cycles, and the set of edges as 2-tuples.
[ticket:1890]

14 years ago- add Sphinx 1.0 makefile and config options, [ticket:1929]
Mike Bayer [Wed, 29 Sep 2010 05:52:25 +0000 (01:52 -0400)] 
- add Sphinx 1.0 makefile and config options, [ticket:1929]

14 years ago- Fixed bug whereby columns on a mixin wouldn't propagate
Mike Bayer [Tue, 28 Sep 2010 16:43:36 +0000 (12:43 -0400)] 
- Fixed bug whereby columns on a mixin wouldn't propagate
correctly to a single-table inheritance scheme where
the attribute name is different than that of the column.
[ticket:1930].   Note [ticket:1931] which is the same
issue for joined inh, not yet resolved.

14 years ago@mapperproperty -> @declared_attr
Mike Bayer [Mon, 27 Sep 2010 14:01:48 +0000 (10:01 -0400)] 
@mapperproperty -> @declared_attr

14 years agofor internal link to top render #
Mike Bayer [Sun, 26 Sep 2010 16:55:51 +0000 (12:55 -0400)] 
for internal link to top render #

14 years ago- @classproperty 's official name/location for usage
Mike Bayer [Sat, 25 Sep 2010 23:25:31 +0000 (19:25 -0400)] 
- @classproperty 's official name/location for usage
with declarative is sqlalchemy.ext.declarative.mapperproperty.
Same thing, but moving there since it is more of a
"marker" that's specific to declararative,
not just an attribute technique.  [ticket:1915]

14 years ago- Fixed recursion overflow which could occur when operating
Mike Bayer [Sat, 25 Sep 2010 22:38:01 +0000 (18:38 -0400)] 
- Fixed recursion overflow which could occur when operating
with two expressions both of type "NullType", but
not the singleton NULLTYPE instance. [ticket:1907]

14 years ago- fix a typo that was apparently not really impacting anything
Mike Bayer [Sat, 25 Sep 2010 20:19:49 +0000 (16:19 -0400)] 
- fix a typo that was apparently not really impacting anything

14 years agofix the default here
Mike Bayer [Sat, 25 Sep 2010 20:15:32 +0000 (16:15 -0400)] 
fix the default here

14 years agomerge tip
Mike Bayer [Fri, 24 Sep 2010 15:11:43 +0000 (11:11 -0400)] 
merge tip

14 years ago- optimized_al doesn't need mapper extension
Mike Bayer [Fri, 24 Sep 2010 15:11:12 +0000 (11:11 -0400)] 
- optimized_al doesn't need mapper extension
- convert to non-bound metadata, Session, session.commit()

14 years agomake less ficticious ;-)
Chris Withers [Fri, 24 Sep 2010 11:10:43 +0000 (12:10 +0100)] 
make less ficticious ;-)

14 years agodoc edits
Mike Bayer [Thu, 23 Sep 2010 23:24:28 +0000 (19:24 -0400)] 
doc edits

14 years agodoc edits
Mike Bayer [Thu, 23 Sep 2010 03:48:17 +0000 (23:48 -0400)] 
doc edits

14 years ago- in depth docs about some merge() tips
Mike Bayer [Wed, 22 Sep 2010 18:22:16 +0000 (14:22 -0400)] 
- in depth docs about some merge() tips
- docs about backref cascade
- Another new flag on relationship(), cascade_backrefs,
disables the "save-update" cascade when the event was
initiated on the "reverse" side of a bidirectional
relationship.   This is a cleaner behavior so that
many-to-ones can be set on a transient object without
it getting sucked into the child object's session,
while still allowing the forward collection to
cascade.   We *might* default this to False in 0.7.

14 years ago- Query.select_from() has been beefed up to help
Mike Bayer [Tue, 21 Sep 2010 22:09:29 +0000 (18:09 -0400)] 
- Query.select_from() has been beefed up to help
ensure that a subsequent call to query.join()
will use the select_from() entity, assuming it's
a mapped entity and not a plain selectable,
as the default "left" side, not the first entity
in the Query object's list of entities.

14 years agouse default dialect for compile tests
Mike Bayer [Tue, 21 Sep 2010 15:12:33 +0000 (11:12 -0400)] 
use default dialect for compile tests

14 years ago- the logging message emitted by the engine when
Mike Bayer [Tue, 21 Sep 2010 15:10:07 +0000 (11:10 -0400)] 
- the logging message emitted by the engine when
a connection is first used is now "BEGIN (implicit)"
to emphasize that DBAPI has no explicit begin().

14 years ago- Patched a case where query.join() would adapt the
Mike Bayer [Tue, 21 Sep 2010 14:11:10 +0000 (10:11 -0400)] 
- Patched a case where query.join() would adapt the
right side to the right side of the left's join
inappropriately [ticket:1925]

14 years ago- scoped_session emits a warning when configure() is
Mike Bayer [Tue, 21 Sep 2010 13:33:30 +0000 (09:33 -0400)] 
- scoped_session emits a warning when configure() is
called if a Session is already present (checks only the
current thread) [ticket:1924]

14 years ago- @classproperty (soon/now @mapperproperty) takes effect for
Mike Bayer [Mon, 20 Sep 2010 16:00:14 +0000 (12:00 -0400)] 
- @classproperty (soon/now @mapperproperty) takes effect for
__mapper_args__, __table_args__, __tablename__ on
a base class that is not a mixin, as well as mixins.
[ticket:1922]

14 years ago- as_scalar(), label() can be called on a selectable
Mike Bayer [Sat, 18 Sep 2010 17:34:04 +0000 (13:34 -0400)] 
- as_scalar(), label() can be called on a selectable
which contains a Column that is not yet named.
[ticket:1862]

14 years ago- An informative error message is raised if a Column
Mike Bayer [Sat, 18 Sep 2010 17:18:44 +0000 (13:18 -0400)] 
- An informative error message is raised if a Column
which has not yet been assigned a name, i.e. as in
declarative, is used in a context where it is
exported to the columns collection of an enclosing
select() construct, or if any construct involving
that column is compiled before its name is
assigned.  [ticket:1862]

14 years ago- add pk instructions for oracle
Mike Bayer [Sat, 18 Sep 2010 16:38:27 +0000 (12:38 -0400)] 
- add pk instructions for oracle

14 years agoadd oursql to has lastrowid
Mike Bayer [Sat, 18 Sep 2010 16:35:25 +0000 (12:35 -0400)] 
add oursql to has lastrowid

14 years ago- use "key in dict" rather than KeyError if the usual case
Mike Bayer [Sat, 18 Sep 2010 15:40:25 +0000 (11:40 -0400)] 
- use "key in dict" rather than KeyError if the usual case
is that the key is not present.
- don't need to uniquify Index schemes, just don't copy Indexes
that were known to be generated from the index=True flag
- user facing changes go in CHANGES
- Table.c allows string lookup

14 years agod.uh
Chris Withers [Fri, 17 Sep 2010 11:26:49 +0000 (12:26 +0100)] 
d.uh

14 years agomerge
Chris Withers [Thu, 16 Sep 2010 20:11:32 +0000 (21:11 +0100)] 
merge

14 years agoadd warning about dodgy use of tometadata
Chris Withers [Thu, 16 Sep 2010 20:10:17 +0000 (21:10 +0100)] 
add warning about dodgy use of tometadata

14 years agotometadata now copies indexes as well
Chris Withers [Thu, 16 Sep 2010 19:58:15 +0000 (20:58 +0100)] 
tometadata now copies indexes as well

14 years agomake sure kwargs are copied by tometadata
Chris Withers [Thu, 16 Sep 2010 19:03:18 +0000 (20:03 +0100)] 
make sure kwargs are copied by tometadata

14 years ago- Fixed a regression in 0.6.4 whereby the change that
Mike Bayer [Thu, 16 Sep 2010 15:29:01 +0000 (11:29 -0400)] 
- Fixed a regression in 0.6.4 whereby the change that
allowed cursor errors to be raised consistently broke
the result.lastrowid accessor.   Test coverage has
been added for result.lastrowid.   Note that lastrowid
is only supported by Pysqlite and some MySQL drivers,
so isn't super-useful in the general case.

14 years agohey lets pep-8 the setup.py file.
Mike Bayer [Thu, 16 Sep 2010 02:30:31 +0000 (22:30 -0400)] 
hey lets pep-8 the setup.py file.

14 years ago- fix test_single test to use default dialect
Mike Bayer [Thu, 16 Sep 2010 02:20:01 +0000 (22:20 -0400)] 
- fix test_single test to use default dialect
- The exception raised by Session when it is used
subsequent to a subtransaction rollback (which is what
happens when a flush fails in autocommit=False mode) has
now been reworded (this is the "inactive due to a
rollback in a subtransaction" message). In particular,
if the rollback was due to an exception during flush(),
the message states this is the case, and reiterates the
string form of the original exception that occurred
during flush. If the session is closed due to explicit
usage of subtransactions (not very common), the message
just states this is the case.

- The exception raised by Mapper when repeated requests to
its initialization are made after initialization already
failed no longer assumes the "hasattr" case, since
there's other scenarios in which this message gets
emitted, and the message also does not compound onto
itself multiple times - you get the same message for
each attempt at usage. The misnomer "compiles" is being
traded out for "initialize".

14 years agoder, 0.6.4
Mike Bayer [Wed, 15 Sep 2010 23:18:31 +0000 (19:18 -0400)] 
der, 0.6.4

14 years ago- Fixed a regression in 0.6.5 which occurred if you
Mike Bayer [Wed, 15 Sep 2010 23:17:14 +0000 (19:17 -0400)] 
- Fixed a regression in 0.6.5 which occurred if you
passed an empty list to "include_properties" on
mapper() [ticket:1918]

14 years agomerge tip
Mike Bayer [Wed, 15 Sep 2010 21:42:38 +0000 (17:42 -0400)] 
merge tip

14 years ago- add message to documentation stating that collection validators cannot
Mike Bayer [Wed, 15 Sep 2010 21:42:16 +0000 (17:42 -0400)] 
- add message to documentation stating that collection validators cannot
load the collection being validated. [ticket:1916]

14 years agoremove the quick select from 0.6
Mike Bayer [Wed, 15 Sep 2010 16:03:18 +0000 (12:03 -0400)] 
remove the quick select from 0.6

14 years agomerge tip
Mike Bayer [Tue, 14 Sep 2010 02:56:13 +0000 (22:56 -0400)] 
merge tip

14 years ago - Fixed bug that would prevent "subqueryload" from
Mike Bayer [Tue, 14 Sep 2010 02:55:54 +0000 (22:55 -0400)] 
  - Fixed bug that would prevent "subqueryload" from
    working correctly with single table inheritance
    for a relationship from a subclass - the "where
    type in (x, y, z)" only gets placed on the inside,
    instead of repeatedly.

  - When using from_self() with single table inheritance,
    the "where type in (x, y, z)" is placed on the outside
    of the query only, instead of repeatedly.   May make
    some more adjustments to this.

14 years agofix typo
Chris Withers [Mon, 13 Sep 2010 16:11:53 +0000 (17:11 +0100)] 
fix typo

14 years ago- adjustments for test success on postgresql, mysql
Mike Bayer [Mon, 13 Sep 2010 06:39:39 +0000 (02:39 -0400)] 
- adjustments for test success on postgresql, mysql

14 years ago- Fixed recursion bug which could occur when moving
Mike Bayer [Mon, 13 Sep 2010 06:09:38 +0000 (02:09 -0400)] 
- Fixed recursion bug which could occur when moving
an object from one reference to another, with
backrefs involved, where the initiating parent
was a subclass (with its own mapper) of the
previous parent.

14 years agomore docs on this
Mike Bayer [Sun, 12 Sep 2010 23:52:41 +0000 (19:52 -0400)] 
more docs on this

14 years agoneed this too
Mike Bayer [Sun, 12 Sep 2010 23:25:19 +0000 (19:25 -0400)] 
need this too

14 years agoturn this test back to what it was
Mike Bayer [Sun, 12 Sep 2010 23:24:40 +0000 (19:24 -0400)] 
turn this test back to what it was

14 years agomerge tip
Mike Bayer [Sun, 12 Sep 2010 23:18:29 +0000 (19:18 -0400)] 
merge tip

14 years ago- lazy loads for relationship attributes now use
Mike Bayer [Sun, 12 Sep 2010 23:18:08 +0000 (19:18 -0400)] 
- lazy loads for relationship attributes now use
the current state, not the "committed" state,
of foreign and primary key attributes
when issuing SQL, if a flush is not in process.
Previously, only the database-committed state would
be used.  In particular, this would cause a many-to-one
get()-on-lazyload operation to fail, as autoflush
is not triggered on these loads when the attributes are
determined and the "committed" state may not be
available.  [ticket:1910]

- A new flag on relationship(), load_on_pending, allows
the lazy loader to fire off on pending objects without a
flush taking place, as well as a transient object that's
been manually "attached" to the session. Note that this
flag blocks attribute events from taking place when an
object is loaded, so backrefs aren't available until
after a flush. The flag is only intended for very
specific use cases.

14 years ago- user-contributed .sty file now works with the latest sphinx, [ticket:1911]
Mike Bayer [Sun, 12 Sep 2010 16:49:30 +0000 (12:49 -0400)] 
- user-contributed .sty file now works with the latest sphinx, [ticket:1911]

14 years agomerge tip
Mike Bayer [Sun, 12 Sep 2010 16:38:15 +0000 (12:38 -0400)] 
merge tip

14 years ago - Slight improvement to the behavior of "passive_updates=False"
Mike Bayer [Sun, 12 Sep 2010 16:37:43 +0000 (12:37 -0400)] 
  - Slight improvement to the behavior of "passive_updates=False"
    when placed only on the many-to-one side of a
    relationship; documentation has been clarified
    that passive_updates=False should really be on the
    one-to-many side.

  - Placing passive_deletes=True on a many-to-one emits
    a warning, since you probably intended to put it on
    the one-to-many side.

14 years agotypo #2
Mike Bayer [Fri, 10 Sep 2010 00:08:47 +0000 (20:08 -0400)] 
typo #2

14 years agotypo
Mike Bayer [Fri, 10 Sep 2010 00:07:05 +0000 (20:07 -0400)] 
typo

14 years ago- collection docs
Mike Bayer [Thu, 9 Sep 2010 23:21:23 +0000 (19:21 -0400)] 
- collection docs
- Added an assertion during flush which ensures
that no NULL-holding identity keys were generated
on "newly persistent" objects.
This can occur when user defined code inadvertently
triggers flushes on not-fully-loaded objects.

14 years ago- add doc pages for exceptions
Mike Bayer [Thu, 9 Sep 2010 13:24:55 +0000 (09:24 -0400)] 
- add doc pages for exceptions

14 years agodoc edits
Mike Bayer [Thu, 9 Sep 2010 03:06:40 +0000 (23:06 -0400)] 
doc edits

14 years agoyou'll all miss the last of the ASCII art
Mike Bayer [Thu, 9 Sep 2010 02:39:11 +0000 (22:39 -0400)] 
you'll all miss the last of the ASCII art

14 years agoedits
Mike Bayer [Wed, 8 Sep 2010 19:43:24 +0000 (15:43 -0400)] 
edits

14 years agoarg, put the informix log in the wrong version
Mike Bayer [Tue, 7 Sep 2010 17:31:45 +0000 (13:31 -0400)] 
arg, put the informix log in the wrong version

14 years agoAdded tag rel_0_6_4 for changeset 992dd2c055dcff75953695d20813f43d858997d9
Mike Bayer [Tue, 7 Sep 2010 17:22:49 +0000 (13:22 -0400)] 
Added tag rel_0_6_4 for changeset 992dd2c055dcff75953695d20813f43d858997d9

14 years ago- Applied patches from [ticket:1904] to get rel_0_6_4
Mike Bayer [Tue, 7 Sep 2010 16:37:43 +0000 (12:37 -0400)] 
- Applied patches from [ticket:1904] to get
basic Informix functionality up again.  We
rely upon end-user testing to ensure that
Informix is working to some degree.

14 years ago- Added a mutex to the identity map which mutexes
Mike Bayer [Tue, 7 Sep 2010 16:16:29 +0000 (12:16 -0400)] 
- Added a mutex to the identity map which mutexes
remove operations against iteration methods,
which now pre-buffer before returning an
iterable.   This because asyncrhonous gc
can remove items via the gc thread at any time.
[ticket:1891]

14 years agoedits
Mike Bayer [Tue, 7 Sep 2010 16:04:50 +0000 (12:04 -0400)] 
edits

14 years ago- pending deprecation in 0.7 for the execute/scalar on clauseelement
Mike Bayer [Tue, 7 Sep 2010 15:57:19 +0000 (11:57 -0400)] 
- pending deprecation in 0.7 for the execute/scalar on clauseelement

14 years ago- Fixed FB bug whereby a column default would fail to
Mike Bayer [Mon, 6 Sep 2010 17:41:59 +0000 (13:41 -0400)] 
- Fixed FB bug whereby a column default would fail to
reflect if the "default" keyword were lower case.

14 years agounify query.with_parent, util.with_parent, fix docs some more
Mike Bayer [Mon, 6 Sep 2010 16:24:28 +0000 (12:24 -0400)] 
unify query.with_parent, util.with_parent, fix docs some more

14 years agodoc updates
Mike Bayer [Mon, 6 Sep 2010 15:48:22 +0000 (11:48 -0400)] 
doc updates

14 years agomerge doc fixes from tip
Mike Bayer [Mon, 6 Sep 2010 14:56:19 +0000 (10:56 -0400)] 
merge doc fixes from tip

14 years ago- query.with_parent() now accepts transient objects
Mike Bayer [Mon, 6 Sep 2010 14:55:53 +0000 (10:55 -0400)] 
- query.with_parent() now accepts transient objects
and will use the non-persistent values of their pk/fk
attributes in order to formulate the criterion.
Docs are also clarified as to the purpose of with_parent().
- fix for PG test executing an alias()

14 years agomake the pooling docs less sucky
Mike Bayer [Mon, 6 Sep 2010 06:19:35 +0000 (02:19 -0400)] 
make the pooling docs less sucky

14 years agofixes
Mike Bayer [Sun, 5 Sep 2010 21:52:33 +0000 (17:52 -0400)] 
fixes