I know I'm new here but I'm curious as to why names conflicting with reserved 
words
are changed rather than escaped ?

JDBC drivers provide the escape syntax and a list of reserved words for the 
database through DatabaseMetaData.


Regards,
 Sean.


On 4 Mar 2010, at 12:54, Jeppe Nejsum Madsen wrote:

> On Thu, Mar 4, 2010 at 1:49 PM, Mads Hartmann <mads...@gmail.com> wrote:
>> Ah! That fixed it, thanks a lot Jeppe ;)
>> 
>> I'm not sure what to say in the ticket though, the column-name blob
>> was a bad choise made by me.
> 
> Yes, but lift tries to be clever and changes the column name if it
> matches a reserved word (look at your date column, it got the _c
> appended). We should just add the name "blob" to the list of reserved
> words. Hey you're a comimtter, you can add it (after creating the
> ticket :-)
> 
> /Jeppe
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to 
> liftweb+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/liftweb?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to