My general feeling (without looking at the relevant code to closely) is that this should go into a MySQL-specific module. The core should be kept small and fast (I have no use for MySQL dates and speed is important).
On Fri 2003/03/21 10:38:46 -1000, Joshua Hoblitt <[EMAIL PROTECTED]> writ es: > > I honestly don't see the point. I'm not trying to write code for use by > > MySQL itself ;) I just want to provide something that makes interfacing > > with MySQL easier. > > I often accept input, modify it some how (offsets, etc), and then pass it on > to MySQL. It is totally reasonable to accept the same formats as MySQL itsel > f. Since this is a very minor modification I don't understand your resistanc > e. > > Cheers, > > -J >
