Path to this page:
./
databases/ruby-sqlite3,
Ruby interface for the SQLite database engine
Branch: CURRENT,
Version: 1.6.6,
Package name: ruby31-sqlite3-1.6.6,
Maintainer: pkgsrc-usersThis module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org). You must have the
SQLite engine installed in order to build this module.
Note that this module is NOT compatible with SQLite 2.x.
Required to run:[
misc/ruby-mini_portile2] [
lang/ruby31-base]
Master sites:
Filesize: 3174 KB
Version history: (Expand)
- (2023-09-18) Updated to version: ruby31-sqlite3-1.6.6
- (2023-09-10) Updated to version: ruby31-sqlite3-1.6.5
- (2023-08-27) Updated to version: ruby31-sqlite3-1.6.4
- (2023-05-18) Updated to version: ruby31-sqlite3-1.6.3
- (2023-04-19) Updated to version: ruby31-sqlite3-1.6.2nb1
- (2023-04-08) Updated to version: ruby31-sqlite3-1.6.2
CVS history: (Expand)
2023-09-18 19:23:17 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.6
1.6.6 (2023-09-12)
Dependencies
Vendored sqlite is updated to v3.43.1.
Upstream release notes:
* Fix a regression in the way that the sum(), avg(), and total() aggregate
functions handle infinities.
* Fix a bug in the json_array_length() function that occurs when the
argument comes directly from json_remove().
* Fix the omit-unused-subquery-columns optimization (introduced in in
version 3.42.0) so that it works correctly if the subquery is a compound
where one arm is DISTINCT and the other is not.
* Other minor fixes.
|
2023-09-10 15:08:03 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.5
pkgsrc change: surely remove sqlite3 archive file.
1.6.5 (2023-09-08)
Packaging
* Allow setting compiler flags for the sqlite library via a
--with-sqlite-cflags argument to extconf.rb. See INSTALLATION.md for more
information. [#401, #402] (@flavorjones)
|
2023-08-27 17:08:17 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.4
1.6.4 (2023-08-26)
Dependencies
* Vendored sqlite is updated to v3.43.0.
|
2023-05-18 16:03:40 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.3
1.6.3 (2023-05-16)
Dependencies
* Vendored sqlite is updated to
[v3.42.0](https://sqlite.org/releaselog/3_42_0.html).
From the release announcement:
> This is a regular enhancement release. The main new features are:
> * SQLite will now parse and understand JSON5, though it is careful to
> generate only pure, canonical JSON.
> * The secure-delete option has been added to the FTS5 extension.
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) |  |
Log message:
revbump after textproc/icu update
|
2023-04-08 15:22:52 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.2
1.6.2 (2023-03-27)
Dependencies
* Vendored sqlite is updated from v3.41.0 to v3.41.2.
Packaging
* Allow compilation against system libraries without the presence of
mini_portile2, primarily for the convenience of linux distro repackagers.
[#381] (Thank you, @voxik!)
|
2023-02-23 14:58:57 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.1
1.6.1 (2023-02-22)
Dependencies
* Vendored sqlite is updated to v3.41.0.
|
2023-01-14 14:33:26 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
databases/ruby-sqlite3: update to 1.6.0
1.6.0 (2023-01-13)
Ruby
This release introduces native gem support for Ruby 3.2.
This release ends native gem support for Ruby 2.6, for which upstream
support ended 2022-04-12.
Dependencies
* Vendored sqlite3 is updated to v3.40.1.
|