
Version 0.1-5

o minor improvement in second example in ?sqldf (thanks to Wacek Kusnierczyk)

o new command read.csv.sql

Version 0.1-4

o removed junk files

Version 0.1-3

o corrected DESCRIPTION file

Version 0.1-2

o searches for and uses "file" objects as well as data frame objects.
  file.format argument or "file.format" attribute on file object
  is a list with arguments accepted by sqliteImportFile.
  [Thanks to Soren Hojsgaard for suggestion to support files.]

o dots in argument list replaced with a single variable x.
  x can be a "character" vector in which case each component is 
  executed by SQLite in turn and result of the last is returned.

o new dbname argument can be specified.  For SQLite it defaults to ":memory:",
  i.e. an embedded data base.  If database does not exist it is created
  and deleted upon exit.  If it does exist then only tables created by sqldf
  are deleted on exit but not the database itself.

o improvements in sqldf.Rd

o MySQL testing

o added a demo illustrating sorting and grouping vs. nested selects

o new example illustrating vector x

o support for POSIXct, Date and chron dates and times

Version 0.1-1

o removed use of subset in favor of subscripts since codetools chokes on it

o added table example to sqldf.Rd

o improved explanation in sqldf.Rd

Version 0.1-0

o initial release

