Re: Requesting eyeballs on a change to SQLite schema editor

2015-02-12 Thread Alex Hill
Standalone PR now at https://github.com/django/django/pull/4122. Alex On Thursday, February 12, 2015 at 12:09:39 PM UTC+8, Alex Hill wrote: > > Hi all, doing a bit of yak shaving here. > > I'm currently refactoring Django's lazy operations [0], and ran into a bit > of a snag which led me to make

Requesting eyeballs on a change to SQLite schema editor

2015-02-11 Thread Alex Hill
Hi all, doing a bit of yak shaving here. I'm currently refactoring Django's lazy operations [0], and ran into a bit of a snag which led me to make some changes to SQLite's schema editor. All the tests pass, but I thought I should bring this up here to get a few more eyeballs on my changes since