On Friday 04 April 2008, Daniel-Constantin Mierla wrote: > Because it is not used by openser,, will not work now -- my point I > made in the previous email is that yes, quoting is a preferable way, > but it requires changes in the db modules and i don't know if can be > done in unixodbc where the db system behind is floating.
Shouldn't that be the concern of the unixodbc layer. I mean if it interacts with multiple database backends, it should know how to do it properly. One needs not send "pre-quoted" names to unixodbc, it should be unixodbc's job to figure out how to quote them based on backend. > It is why we try to make major releases often, not to accumulate to > many radical changes, but I don't see other options. All the software I > know and used to configure needed updates to configs to make it work > with new major versions, even apache2. I never had to change anything in my config when upgrading apache, except when I moved from apache to apache2, which is a major version increase (1.x.x->2.x.x). The issue I mention with openser is between minor releases 1.1.x->1.2.x, ... I can understand that some things need to be improved, but I was pointing out that this kind of major refactoring between minor releases shouldn't be the norm. -- Dan _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
