/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

  • Committer: edam
  • Date: 2010-02-08 22:08:57 UTC
  • Revision ID: edam@waxworlds.org-20100208220857-5up6fi4y6jh5bz4k
- removed "OK" from test-main when test is successful
- aranged for test/test-main to buld properly and be called from "make check"
- added include/Makefile.am to arrange for installation of library headers
- added project website to configure.ac
- added library interface configuration variable to configure.ac
- added NEWS
- added library checks to configure.ac
- added query::iterators
- remove dependency that rows have on querys (since querys have to be dependent on rows for boost::iterator_facade to work)
- rows now have the handle to the sqlite3 statement and know a count of their row number
- added convenience function tht can be used to detect presence of sqlite3cc in other packages
- updated test-main
- renamed all subdir.mk files to emake.mk
"OK" from test-main when test is successful
- aranged for test/test-main to buld properly and be called from "make check"
- added include/Makefile.am to arrange for installation of library headers
- added project website to configure.ac
- added library interface configuration variable to configure.ac
Filename Latest Rev Last Changed Size
..
basic_statement.cc 2 2010-01-28 12:21:03 UTC 4.3 KB Diff Download File
command.cc 2 2010-01-28 12:21:03 UTC 2 KB Diff Download File
database.cc 2 2010-01-28 12:21:03 UTC 1.7 KB Diff Download File
exception.cc 2 2010-01-28 12:21:03 UTC 3.3 KB Diff Download File
Makefile.am 7 2010-02-08 22:08:57 UTC 458 bytes Diff Download File
Makefile.in 7 2010-02-08 22:08:57 UTC 17.2 KB Diff Download File
manipulator.cc 2 2010-01-28 12:21:03 UTC 1.1 KB Diff Download File
query.cc 2 2010-01-28 12:21:03 UTC 1.7 KB Diff Download File
row.cc 2 2010-01-28 12:21:03 UTC 1.6 KB Diff Download File
subdir.mk 4 2010-02-02 16:13:16 UTC 253 bytes Diff Download File
transaction.cc 3 2010-01-31 21:12:21 UTC 2.9 KB Diff Download File
util.cc 2 2010-01-28 12:21:03 UTC 0.9 KB Diff Download File