Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
sqlite - Library that implements an embeddable SQL database engine
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexibility of an SQL database without the administrative hassles of
supporting a separate database server. Version 2 and version 3 binaries
are named to permit each to be installed on a single host
Packages
Latest: sqlite-3.6.20-9999.3.el6.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| sqlite |
0 |
3.6.20 |
9999.3.el6.fio |
i686 |
306 KiB |
2012-02-18 11:30:00 |
| sqlite |
0 |
3.6.20 |
9999.3.el6.fio |
x86_64 |
299 KiB |
2012-02-18 11:29:57 |
| sqlite |
0 |
3.6.20 |
9999.2.pre6.el6.fio |
x86_64 |
300 KiB |
2011-07-14 02:03:26 |
| sqlite |
0 |
3.6.20 |
9999.2.pre6.el6.fio |
i686 |
306 KiB |
2011-07-14 02:02:04 |
Changelog:
- * 2009-11-17 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.20-1
- update to 3.6.20 (http://www.sqlite.org/releaselog/3_6_20.html)
- * 2009-10-06 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.18-1
- update to 3.6.18 (http://www.sqlite.org/releaselog/3_6_18.html)
- drop no longer needed test-disabler patches
- * 2009-08-21 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.17-1
- update to 3.6.17 (http://www.sqlite.org/releaselog/3_6_17.html)
- disable to failing tests until upstream fixes
- * 2009-07-26 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 3.6.14.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * 2009-06-12 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14.2-1
- update to 3.6.14.2 (#505229)
- * 2009-05-18 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14-2
- disable rpath
- add -doc subpackage instead of patching out reference to it
- * 2009-05-14 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.14-1
- update to 3.6.14 (http://www.sqlite.org/releaselog/3_6_14.html)
- merge-review cosmetics (#226429)
- drop ancient sqlite3 obsoletes
- fix tab vs space whitespace issues
- remove commas from summaries
- fixup io-test fsync expectations wrt SQLITE_DISABLE_DIRSYNC
- * 2009-04-15 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.13-1
- update to 3.6.13
- * 2009-04-09 - Dennis Gilmore <dennis[AT]ausil.us> - 3.6.12-3
- apply upstream patch for memory alignment issue (#494906)
- * 2009-04-07 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> - 3.6.12-2
- disable strict aliasing to work around brokenness on 3.6.12 (#494266)
- run test-suite on build but let it fail for now