wondering- has anyone tried ways to mimic the load_only feature but not 
fetch the primary key (which is autoloaded, even if not specified)?

I know that the orm needs this to make load-only work as intended, which is 
why I used the work 'mimic'.

trying to get some data-transfer down, and some sections of our base have a 
lot of querys + rows from tables with composite primary keys -- so we end 
up pulling 3x-4x as much data as we needed.   This *could* be easily 
rewritten as pure-sql, but then we lose a bunch of the automagic syntax.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to