Grinnz / Mojo-SQLite

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite
https://metacpan.org/pod/Mojo::SQLite
Other
27 stars 12 forks source link

Use `sqlite_string_mode` not `sqlite_unicode` (#21) #22

Closed AdamWill closed 3 years ago

AdamWill commented 3 years ago

DBD::SQLite wants to move away from the use of sqlite_unicode in favor of setting sqlite_string_mode. This requires version 1.68 or higher of DBD::SQLite.

Signed-off-by: Adam Williamson awilliam@redhat.com

AdamWill commented 3 years ago

I was assuming there would be CI to check my perl. :D

Grinnz commented 3 years ago

Travis is pretty much unusable now and I havent set up github actions on my repos yet.

AdamWill commented 3 years ago

Thanks, wasn't sure how those worked. I'll tweak those shortly.

Grinnz commented 3 years ago

Thanks!