Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
Message: 60401
BY: Gavin Kistner (phrogz)
DATE: 2008-09-12 15:37
SUBJECT: RE: type_translation doesn't work for count()

 

Note that this does not appear to be a bug in SQLite:

sqlite> SELECT name,typeof(name),count(name),typeof(count(name)) FROM foo;
name|typeof(name)|count(name)|typeof(count(name))
a|text|2|integer



Thread View

Thread Author Date
type_translation doesn't work for count() Gavin Kistner2008-09-11 16:49
      RE: type_translation doesn't work for count()Gavin Kistner2008-09-11 16:51
            RE: type_translation doesn't work for count()Gavin Kistner2008-09-12 15:37

Post a followup to this message