On 22 Jun 2009, at 17:20, Oleg Broytmann wrote:
> On Thu, Jun 11, 2009 at 11:50:09AM +0300, Dan Pascu wrote:
>> On 11 Jun 2009, at 11:23, jonhattan wrote:
>>> Sam's Lists escribi?:
Is there a way to force SQLObject to quote it properly?
>>> you can force the name of the column in the da
On Thu, Jun 11, 2009 at 11:50:09AM +0300, Dan Pascu wrote:
> On 11 Jun 2009, at 11:23, jonhattan wrote:
> > Sam's Lists escribi?:
> >> Is there a way to force SQLObject to quote it properly?
> >>
> > you can force the name of the column in the database this way:
> >
> > condition = StringCol(dbName
On 11 Jun 2009, at 11:23, jonhattan wrote:
> Sam's Lists escribió:
>> So I keep humming along on this upgrade of someone else's code from
>> old versions of SQLObject and Mysql to the current SQLObject and
>> MySQL
>> 5...
>>
>> The current problem is that I have a table with the column name
>>
Sam's Lists escribió:
> So I keep humming along on this upgrade of someone else's code from
> old versions of SQLObject and Mysql to the current SQLObject and MySQL
> 5...
>
> The current problem is that I have a table with the column name
> 'condition' which apparently is not a reserved word in
So I keep humming along on this upgrade of someone else's code from old
versions of SQLObject and Mysql to the current SQLObject and MySQL 5...
The current problem is that I have a table with the column name 'condition'
which apparently is not a reserved word in MySQL 4.0 but is a reserved word
in