summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
Commit message (Collapse)AuthorAgeFilesLines
* libdbd-sqlite-perl: upgrade 1.70 -> 1.72Wang Mingyu2022-11-071-0/+55
Changelog: ========== - Upgraded SQLite to 3.39.4 - Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper) - Fix another test failure on perl built with -DDEBUGGING - Lowercase datatype in table column metadata for backcompat - Fix test failure on perl built with -DDEBUGGING (andk++) - Expose sqlite_error_offset introduced in 3.38.0 - Improve sqlite_load_extension doc (GH#94, Derek Lamb++) - Add a feature to unregister a created function - Fix accented characters in POD (GH#90, HaraldJoerg++) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>