Hi,
On Sunday 17 August 2008, Sam's Lists wrote in "[SQLObject] Having a modified
column filled in automagically...":
> I'd like to be able to create a timestamp column called "mtime" in some of
> my columns. This would hold a timestamp of when the row was last modified.
Triggers on the database
Hi,
On Tuesday 02 October 2007, Oleg Broytmann wrote in "Re: [SQLObject] SQLObject
0.9.2b1":
> Hello!
>
> On Tue, Oct 02, 2007 at 09:34:08AM +0200, Markus Gritsch wrote:
> > the new version 0.9.2b1 added a try except block around the conversion
> > to unicode of the query in mysqlconnection.py:
>
there
interest in changing sqlobject to support both? Eg. either having something
like .istartswith(str) or .startswith(str, casesensitve = False)?
Greetings,
Andres Freund
pgpW3vhzOowSY.pgp
Description: PGP signature
Hi,
On Thursday 02 March 2006 07:48, Stuart Hungerford wrote:
> What I can't work out for sure is whether there's a standard
> way of doing this successfully, or whether it's just
> impossible.
As far as i read the code you havent to do anything special. Just define your
sqlobject class as normal