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. -- 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
