I am trying to go through sqlbuilder Select example at 
http://sqlobject.org/SQLBuilder.html

>>> select = Select(['name', 'age'], staticTables = ['person'])
>>> print cn.sqlrepr(select)
SELECT 'name', 'age' FROM person

Why does sqlrepr put quotes around column names?
Is it allowed to provide a list of string field names here or Select accepts 
only list of q-values now?

Thank you.


------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to