On Dec 10, 2:25 am, Elliott Sprehn <[email protected]> wrote: > On Dec 9, 1:43 pm, Cody Caughlan <[email protected]> wrote: > > > ... then have an > > adaptor which implements the quote() method which knows how to enclose > > identifiers appropriately. The MySQL adaptor would enclose identifiers > > in backticks, for instance. > > > However, one could make an argument that this breaks CFs > > DB-agnosticism which is already achieved by using JDBC under the hood. > > This isn't necessary since even MySQL supports the ANSI double quoting > of identifiers :) > > I talked with Mark and I'm looking into patching this soon.
I looked into this and the way the SQL generator works this is going to be a pretty time consuming project. Sucks, but I don't have time to do this right now. There's a lot of places that identifiers in the SQL would need to go through a quoting function. Someone else wants to give it a shot? -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
