eaigner
eaigner
added ivars to support the 32bit runtime
Implementing the migration system changed the dialect interface radically. Most methods have been ported from the postgres dialect, but sqlite3 only supports a subset of `ALTER TABLE`, so some methods...
Generating the ModelIndex instances is not necessary every time.
Rollback doesn't seem to behave correctly sometimes, investigate!
The ` character cannot be used in templates at the moment.
Upacking to a struct like this ``` type Result struct { *TypeB Name string } ``` Results in a reflection error
Upon closer inspection I noticed that all logging calls are synchronous and blocking. This is very VERY dangerous, as it almost timed out our entire production system. Log calls should...