summaryrefslogtreecommitdiff
path: root/test/sql/functions.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-319/+0
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-301-0/+38
* - Fixed missing _label attribute on Function object, othersMike Bayer2009-02-011-1/+5
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-081-5/+14
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-10/+4
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-241-0/+9
* - changed char_length() to use a fake, neutral "generic function"Mike Bayer2008-05-191-1/+10
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+1
* - fixed SQL function truncation of trailing underscoresMike Bayer2008-03-251-1/+4
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-251-3/+15
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-2/+2
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-1/+82
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-15/+15
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-11/+18
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-0/+153