Files
gentoo/dev-perl/DBD-SQLite/files/DBD-SQLite-1.64-no-bundle.patch
Kent Fredric 5aa8758494 dev-perl/DBD-SQLite: Bump to version 1.640.0
- EAPI7
- Increase Min SQLITE for system-sqlite to 3.29
- Simplify system-sqlite patching/pruning
- Isolate config-only stuff to src_configure
- Ensure CFLAGS passed to make/compiler

Upstream:
- Upgrade bundled SQLite to 3.29.0 for
  * security fixes
  * ALTER TABLE ... RENAME COLUMN
  * UPSERT
- Add ::GetInfo
- Fix to use a PV value as a virtual table column value where
  appropriate
- Add deferability to foreign_key_info
- Added ability to configure SQLITE_MAX_LENGTH via ENV
- Add $dbh->sqlite_limit to change runtime limits
- Update constants
- Add sqlite_backup_{from_dbh,to_dbh} methods
- Add $dbh->sqlite_prefer_numeric_type to prefer arrays of ints instead
  of arrays of strings in TYPE statemetns
- Add sqlite_db_config method and related constants
- Add sqlite_defensive option to prohibit dangerous SQLite features
- Expose some hidden extended result codes
- Ensure an internal HV is initialized
- Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData
- Avoid segmentation fault on big-endian 32bit
  https://github.com/DBD-SQLite/DBD-SQLite/issues/45
- Fix ->quote($blob, SQL_BLOB) to quote correctly (injection risk)
  https://github.com/DBD-SQLite/DBD-SQLite/issues/51
- Add sqlite_get_autocommit private query method

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
2020-07-09 14:01:50 +12:00

722 B