forked from pool/lua-luasql
* LuaSQL is adapted to Lua version 5.4 and all the drivers are compatible with To-be-closed variables. * The :close() method now returns false and a string with appropriate message instead of raising an error when there are related open objects. Add add_missing_cur_gc.patch adding missing cur_gc symbol (gh#lunarmodules/luasql#178).
79 lines
2.8 KiB
Plaintext
79 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 8 15:05:21 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Update to 2.7.0:
|
|
* LuaSQL is adapted to Lua version 5.4 and all the drivers are
|
|
compatible with To-be-closed variables.
|
|
* The :close() method now returns false and a string with
|
|
appropriate message instead of raising an error when there
|
|
are related open objects.
|
|
- Add add_missing_cur_gc.patch adding missing cur_gc symbol
|
|
(gh#lunarmodules/luasql#178).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 5 10:25:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Switch to _service and download the code from GitHub repo,
|
|
upstream doesn't create releases.
|
|
- Update to version 2.6.0+git.1724375068.d60f8b2:
|
|
* Add version history and credits
|
|
* Update fr Documentation
|
|
* Update br Documentation
|
|
* Update US Documentation
|
|
* Minor fixes
|
|
* Fix HTML Characters
|
|
* Update br Documentation
|
|
* Update Fr Documentation
|
|
* Update example
|
|
- Enable the test suite.
|
|
- Remove already upstreamed luasql-fix-configuration.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 17 18:24:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 2.6.0:
|
|
- Added read-only mode to SQLite3 and two new methods to MySQL
|
|
fetch.
|
|
- This release also added the library opening functions to
|
|
luasql.h in order to ease the initialization process in C
|
|
applications.
|
|
- Added seek method to MySQL driver and bug-fix on ODBC driver
|
|
number retrieval.
|
|
- Clean up luasql-fix-configuration.patch (now on
|
|
gh#lunarmodules/luasql!152).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 16 18:18:57 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Change upstream homepage to the current one at Lunar Modules.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 15:58:47 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:06:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 5 22:14:00 CET 2018 - mcepl@suse.com
|
|
|
|
- Upgrade to 2.4.0:
|
|
* Added support in MySQL driver for opening a connection
|
|
based on a Unix socket (thanks to rafis)
|
|
* Added connection ping method (thanks to rafis)
|
|
* Added Makefile for mingw (thanks to watercoldyi)
|
|
* Bug correction on retrieving varchar2 data (thanks to David
|
|
Gao)
|
|
- Rewrite to multibuild, standard openSUSE Lua SPEC file.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 8 04:46:07 UTC 2014 - malcolmlewis@opensuse.org
|
|
|
|
- Initial build.
|
|
- Add luasql-fix-configuration.patch: Clean up building and add rpm
|
|
optflags.
|
|
|