Re: [Rails-core] Database Adapter Plugin

2006-03-01 Thread John Sheets
On Feb 28, 2006, at 8:04 PM, Derrick Spell wrote: * LIMIT and OFFSET are broken in OpenBase. And actually, the tests expecting 0 results when using LIMIT 0 will always fail. The guys at OpenBase feel that LIMIT 0 should be equivalent to not having a limit at all. That way you can be a l

Re: [Rails-core] Database Adapter Plugin

2006-02-28 Thread Derrick Spell
With all the talk of 1.1, and with all the patches being applied, I realized that my laziness (or lack of free time, depending on your perspective) means that my OpenBase database adapter will most likely not make it into 1.1. This is mainly because I never got around to making it a plug

Re: [Rails-core] Database Adapter Plugin

2006-02-28 Thread Jeremy Kemper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 28, 2006, at 11:40 AM, Derrick Spell wrote: With all the talk of 1.1, and with all the patches being applied, I realized that my laziness (or lack of free time, depending on your perspective) means that my OpenBase database adapter will mos

Re: [Rails-core] Database Adapter Plugin

2006-02-28 Thread James Adam
I think in your particular case it's perfectly fine to require the developer to add a special line - after all, this is a piece of code that will (hopefully) become a part of the core. It's just a fact of the way the plugin system works at the moment that some aspects of of the framework cannot be

[Rails-core] Database Adapter Plugin

2006-02-28 Thread Derrick Spell
With all the talk of 1.1, and with all the patches being applied, I realized that my laziness (or lack of free time, depending on your perspective) means that my OpenBase database adapter will most likely not make it into 1.1. This is mainly because I never got around to making it a plugin