1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Kenichi Ishigaki
4f5603f3db DBD-SQLite: fixed the perl 5.8 segfault issue for set_authorizer 2009-07-21 17:32:31 +00:00
Kenichi Ishigaki
80bd5e10a0 DBD-SQLite: 36_hooks.t even segfaults under Solaris + perl 5.8. From what I've seen and tested, I guess it segfaults with perl 5.8, and it doesn't with perl 5.10. DBI version doesn't matter. 2009-07-21 14:38:13 +00:00
Kenichi Ishigaki
1d6d87ffc1 DBD-SQLite: made svn:eol-style property to native 2009-07-21 14:16:07 +00:00
Kenichi Ishigaki
1e3d1171a8 DBD-SQLite: 36_hooks.t also segfaults on freebsd 2009-07-21 14:10:42 +00:00
Kenichi Ishigaki
a7742e4d4c DBD-SQLite: tentatively disabled one test which causes segfault under MSWin32 2009-07-21 06:18:41 +00:00
Laurent Dami
3714dc6954 - Added support for commit/rollback/update hooks (DAMI)
- Added support for set_authorizer (DAMI)
    - Added support for collation_needed(), and reorganised driver API
      for user-defined collations (DAMI)
    - Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI)
    - Added support in t/lib/Test.pm for checking both versions of
      driver-private methods ("func" / "sqlite_*") (DAMI)
    - Removed unused and obsolete "list_tables" from SQLite.xs (DAMI)
    - Added a default implementation for the REGEXP infix operator (DAMI)
2009-07-20 10:20:09 +00:00