SHA256
6
0
forked from pool/lua-luadbi

7 Commits

Author SHA256 Message Date
768fd5f54a Enable lua55 build. 2026-01-23 22:38:41 +01:00
02dcc34fc6 Update to 0.7.5:
- Allow selecting values containing NUL byte
  - Fixed overflow when retreving integer values larger than
    2^31-1 in SQLite3
  - Connections and Statements are now capable objects in Lua 5.4
2025-11-06 11:50:32 +01:00
6806cbf6cd Use new lua-macros to Obsoletes: lua51-luadbi. 2025-11-04 14:09:30 +01:00
3d520bad5b Switch off building lua51 build of the package. 2025-10-29 17:06:58 +01:00
4a600b1c32 Make the package buildable with LuaJIT. 2025-10-29 16:53:18 +01:00
8b773eb6ae Accepting request 1295835 from devel:languages:lua
- Upgrade to 0.7.4:
  - Add missing braces around initializer
  - Unbreak building against MariaDB 5.5
  - Avoid incompatible pointer type error on x86 (32 bit)
  - New driver for DuckDB. Largely untested and should be
    considered expiremental at this time.

OBS-URL: https://build.opensuse.org/request/show/1295835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luadbi?expand=0&rev=9
2025-07-27 14:26:28 +00:00
7470c03467 - Update to 0.7.3:
- oracle column name bugfix
  - [travis] fix mysql grant error
  - Don't break SQLite 3.6.20 as shipped in RHEL/CentOS 6
  - dbd/mysql/statement.c: fix compilation with mysql-8
  - Issue 56: Remove useless setting of is_null
  - Issue-66: dbd/mysql/statement.c: return nil for NULL
  - Attempt to provide partial fix for Issue #64.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luadbi?expand=0&rev=22
2024-10-03 17:25:05 +00:00