Created
April 11, 2012 22:43
-
-
Save rkitover/2363258 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat dbic model: | |
| turn on WAL by default for sqlite | |
| storage defaults for other DBs | |
| move ConnectInfo types into a separate dist | |
| add SchemaProxy as a default trait for create= models | |
| add ResultSetAccessors as a default schema_components | |
| add useful Helpers by default | |
| turn on preserve_case mode by default | |
| make Caching trait pass through without blessed context | |
| support ::Schema::Config | |
| remove features from Makefile.PL, make a task for helper deps and check for them | |
| replace FastMmap example with Memcached, on wiki too | |
| remove ugly code to load cursor_class, DBIC autoloads it now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment