Revision history for Perl extension DBD-libsql
0.04 2025-11-12T12:32:15Z
- fix: Make fetchrow_hashref return dynamic column names from SQL (issue #4)
- fix: Add FETCH and STORE methods to st package
- test: Add integration tests for DBIx::Sunny select_row and select_all
0.03 2025-09-29T08:40:30Z
- fix: call $sth->finish() when DESTROY and $sth is active
0.02 2025-09-28T09:41:32Z
- fix typo: s/schema/scheme/g
- Turso tokens can now be passed as the 3rd argument to the connect method.
0.01 2025-09-28T08:48:54Z
- original version