Revision history for Test-SQLite
0.0410 2022-10-26 17:44:47
- Avoid implicit imports.
0.0409 2020-03-20 20:49:43
- Do not document the BUILD method.
0.0408 2020-03-20 20:28:41
- Re-add crucial but removed SYNOPSIS bits.
0.0407 2020-03-20 20:21:47
- Simplify SYNOPSIS.
- Improve documentation.
0.0406 2020-02-14 00:28:46
- Add various comment styles to the eg/test.sql file.
- Remove incorrect caveat about c-style commenting.
- Return the schema parsing to naive end-of-statement detection.
0.0405 2020-02-14 00:17:28
- Improve documentation.
- Improve internal variable name and usage.
- Handle an SQL end-of-line comment in schema parsing.
0.0404 2020-02-07 15:05:19
- Explicitly disconnect the database handle in all the subtests.
- Improve documentation.
- Replace the mistakenly moved test cases.
0.0403 2020-02-06 06:15:13
- Remove the unnecessary "missing documentation bits." Oops.
- Modify the module and test file a bit.
0.0402 2020-02-06 05:57:48
- Add missing documentation bits.
0.0401 2020-02-06 05:46:10
- Improve documentation ever so slightly.
- Fix eg/dbic.t code a bit.
- Use namespace::clean.
0.0400 2020-02-05 08:18:14
- Improve documentation.
- Allow construction of an in-memory database.
0.0300 2020-02-05 07:13:33
- Allow construction with no database or schema given.
0.0210 2020-01-30 17:59:09
- Improve documentation a bit more.
- Add the eg/dbic.pl script.
0.0209 2020-01-16 09:28:23
- Improve documentation slightly.
0.0208 2020-01-14 14:36:40
- Explicitly set the File::Temp EXLOCK to false - SREZIC RT #131472
- Require a minimum version of File::Temp.
0.0207 2020-01-14 08:43:58
- Improve documentation again!
0.0206 2020-01-13 21:40:36
- Clean up code slightly.
- Improve documentation.
0.0205 2020-01-13 21:07:12
- Improve documentation.
0.0204 2020-01-13 20:49:41
- Use constants in the test instead of repeated variables.
- Collect tests into subtest sections.
- Improve documentation.
0.0203 2020-01-13 19:10:13
- Test that the temporary db is unlinked when out of scope.
0.0202 2020-01-13 15:20:18
- Skip blank lines in the schema SQL.
- Test and use the db_attrs attribute.
0.0201 2020-01-13 14:06:10
- Improve SQL schema line ending regular expression.
- Reorganize SYNOPSIS code.
0.0200 2020-01-13 01:44:20
- Remove unused code.
- Add user specification of the DBI connection attributes.
0.0106 2020-01-12 23:53:18
- Ignore dsn, dbh and _database attributes in the constructor.
0.0105 2020-01-12 19:38:03
- Improve documentation again!
- Add handy error messages if the schema or database files don't exist.
- Add DBD::SQLite to the prereqs to satisfy cpantesters.
0.0104 2020-01-12 19:09:30
- Improve documentation.
- Add failure and test for no schema or database given.
0.0103 2020-01-12 15:27:52
- Improve documentation.
- Clean up module and test code a bit.
0.0102 2020-01-12 14:30:09
- Remove redundant NAME section.
0.0101 2020-01-12 14:11:57
- Improve documentation.
- Remove unused code.
- Reuse the ->dsn when building the ->dbh.
0.0100 2020-01-12 13:56:21
- Tweaked heavily based on suggestions from KP.
- Mint by Dist::Zilla.