Files
sqlalchemy/lib
Mike Bayer ae000fb550 - added "alias" argument to contains_eager(). use it to specify the string name
or Alias instance of an alias used in the query for the eagerly loaded child items.
    easier to use than "decorator"
2007-02-20 01:04:07 +00:00
..