Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 340 Bytes

TODO.rst

File metadata and controls

11 lines (8 loc) · 340 Bytes

todo

  • Database column defaults?
  • Pre-compute foreign keys, attributes and join types (forward-ref or backref) in the AggregateQueryResultWrapper.iterate method.
  • Improve the performance of the QueryCompiler.

version 3?

  • Follow foreign keys through fields, e.g. Tweet.user.username, or Comment.blog.user.username.