Sha256: 00a73a8ada637dd3d745be2cfdbaba43b3debf9e3730c56cda657dfcb397b657

Contents?: true

Size: 539 Bytes

Versions: 4

Compression:

Stored size: 539 Bytes

Contents

Specify error handling at all levels.
Joins/eager loads.  What syntax?  How do we prevent unexpected blowouts?
 - no auto subqueries, etc.  Thinner wrapper over SQL than AR.

Do JOINs without all the "c1" "c2" "c3" business; assume (= check we can assume) that the primary table's columns come first, and secondary table's after; then just pick off the first n cols of a result tuple (where n is number of cols in primary table) and assign them to the primary table, and the remaining m (where m is no. of cols in secondary) to secondary.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mao-0.0.6 TODO
mao-0.0.5 TODO
mao-0.0.4 TODO
mao-0.0.3 TODO