Re: RFC/patch: normalised object oriented clsql?
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
Thanks, I'll review your changes. Kevin On Dec 4, 2009, at 6:56 AM, Thijs Oppermann wrote: > I just finished the first draft of adding documentation for normalised > view-classes. > > I pushed the changes to my clsql-fork branch named > 'normalised-inheritance', under commit > 625970da6c9b22030b6944169d21c4a2e81880b8. > > Any comments are of course welcome. If I should attach a patch to the > list, I could do that too... > > And as an aside, I also added a small bugfix for the case where the > top-level parent primary key column does not use :auto-increment. > Casual testing shows it to work for those cases now too. Also, this > little bug alerted me to the very high probability of these changes > not being compatible as they are now with other databases besides > mysql. As I don't have any other available that will need to be taken > up by others... > > Thijs