Small. Fast. Reliable.
Choose any three.
*** 59,64 ****
--- 59,66 ----
  
  *: 2004.03.17 : FLOOR and CEILING functions, e.g. "SELECT FLOOR(salary) FROM personnel;"
  
+ *: 2004.02.25 : name columns in views (i.e. CREATE VIEW (foo, bar) AS SELECT qux, quo FROM baz;)
+ 
  *: 2004.01.08 : MEDIAN and standard deviation... are they standard?  Essential for sqlite standalone executable for shell script users.
  
  _:_MEDIAN is difficult because it cannot be done "on-line," i.e., on a stream
***************
*** 105,113 ****
  *: 2003.07.28 : Stored Procedures
  
  *: 2003.07.28 : Rollup and Cube -> UnsupportedSqlRollupAndCube
- 
- *: name columns in views (i.e. CREATE VIEW (foo, bar) AS SELECT qux, quo FROM
- baz;)
  
  *:More than one primary key per table, I can specify this with MySQL for
  example and SQLite returns me
--- 107,112 ----