Jump to letter: [
ABCDEFGHIJKLMNOPRSTVWXZ
]
sqlite2 - Embeddable SQL engine in a C library
SQLite is a small, fast, embeddable SQL database engine that supports
most of SQL92, including transactions with atomic commit and rollback,
subqueries, compound queries, triggers, and views. A complete database
is stored in a single cross-platform disk file. The native C/C++ API
is simple and easy to use. Bindings for other languages are also
available.
Packages
Latest: sqlite2-2.8.17-3.el5.fio.i386.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| sqlite2 |
0 |
2.8.17 |
3.el5.fio |
i386 |
169 KiB |
2007-09-09 03:33:47 |
Changelog:
- * 2007-09-09 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> 2.8.17-3
- Took from upstream development branch into upstream "commercial" branch.
- * 2006-09-10 - Mike McGrath <imlinux[AT]gmail[DOTCOM]> 2.8.17-2
- New upstream source
- * 2006-02-28 - Ignacio Vazquez-Abrams <ivazquez[AT]ivazquez[DOTNET]> 2.8.16-3
- Rebuild for Fedora Extras 5
- * 2005-11-26 - Ignacio Vazquez-Abrams <ivazquez[AT]ivazquez[DOTNET]> 2.8.16-2
- Disable static libs
- * 2005-05-20 - Ignacio Vazquez-Abrams <ivazquez[AT]ivazquez[DOTNET]> 2.8.16-1
- Name change to sqlite2
- Dropped Epoch
- Added Obsoletes to all subpackages
- Minor cosmetic changes
- * 2005-02-16 - Michael Schwendt <mschwendt[AT]users.sf[DOTNET]> - 0:2.8.16-1
- Update to 2.8.16 bug-fix release + update patches.
- * 2005-02-15 - Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.15-2
- add sqlite-64bit-fixes.patch and sqlite-2.8.15-arch-double-differences.patch
fixes x86_64; Both were found in a mandrake srpm
- remove exclusive arch ix86; hopefully this fixes ppc also
- * 2005-01-23 - Michael Schwendt <mschwendt[AT]users.sf[DOTNET]> - 0:2.8.15-1
- Add exclusive arch ix86 for now (make test segfaults on x86_64).
- Update makefile patch, $(exec_prefix)/lib -> $(libdir), and
substitute additional /usr/lib locations in %prep for multilib
people to play with.
- * 2004-09-26 - Adrian Reber <adrian[AT]lisas.de> - 0:2.8.15-0.fdr.1
- Update to 2.8.15
- Update patches
- * 2004-06-19 - Nils O. Selåsdal <NOS[AT]Utel.no> - 0:2.8.14-0.fdr.1
- Update to 2.8.14
- Update patches
- --enable-releasemode
- small spec file tweaks