<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/sqlite/patches/patch-ab, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2005-02-24T16:05:25Z</updated>
<entry>
<title>Update to 2.8.16:</title>
<updated>2005-02-24T16:05:25Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2005-02-24T16:05:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0380c7282bf99d5c4bdca19ee38a422c11d17c52'/>
<id>urn:sha1:0380c7282bf99d5c4bdca19ee38a422c11d17c52</id>
<content type='text'>
2005 February 15 (2.8.16)

* Fix a bug that can lead to database corruption if there are two open connections
  to the same database and one connection does a VACUUM and the second makes some
  change to the database.
* Correctly handle quoted names in CREATE INDEX statements.
* Fix a naming conflict between sqlite.h and sqlite3.h.
* Avoid excess heap usage when copying expressions.
* Other minor bug fixes.</content>
</entry>
<entry>
<title>PKGREVISION++</title>
<updated>2004-09-08T15:55:48Z</updated>
<author>
<name>salo</name>
<email>salo@pkgsrc.org</email>
</author>
<published>2004-09-08T15:55:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cbd502dc97483fc0e4c7a2dc49fac99252df0916'/>
<id>urn:sha1:cbd502dc97483fc0e4c7a2dc49fac99252df0916</id>
<content type='text'>
Point to correct location of VERSION file so we save the correct version
into pkgconfig file.
Addresses PR pkg/26875 by Ian Zagorskih.</content>
</entry>
<entry>
<title>Update to sqlite-2.8.13.  Closes PR pkg/24660.</title>
<updated>2004-03-31T05:50:17Z</updated>
<author>
<name>snj</name>
<email>snj@pkgsrc.org</email>
</author>
<published>2004-03-31T05:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5b942e43111b11753b8f83cdb2e38f3652c4c09'/>
<id>urn:sha1:b5b942e43111b11753b8f83cdb2e38f3652c4c09</id>
<content type='text'>
FreeBSD 4 portability hint from Michal Pasternak.

Some of the changes since 2.8.5 include:
* Refactor parts of the code in order to make the code footprint
  smaller.  The code is now also a little bit faster.
* The built-in min() and max() functions now honor the difference
  between NUMERIC and TEXT datatypes.
* New HH:MM:SS modifier to the built-in date/time functions.
* Add function prototypes for the database encryption API.
* Fix a bug that might corrupt the rollback journal if a power failure or
  external program halt occurs in the middle of a COMMIT.
* Reduce the size and increase the speed of various modules.
* Fix a potential database corruption problem on Unix.
* Fix a 32-bit integer overflow problem that could result in corrupt
  indices in a database if large negative numbers (less than -2147483648)
  were inserted into a indexed numeric column.
* Fix a locking problem on multi-threaded Linux implementations.
* Fix a critical bug introduced in 2.8.0 which could cause database corruption.
* The VACUUM command now works with the non-callback API
* If the name of the database is an empty string, open a new database in a
  temporary file that is automatically deleted when the database is
  closed.
* Performance enhancements in the lemon-generated parser
* Documentation updates and typo fixes
* Removed support for the Oracle8 outer join syntax.
* Allow GLOB and LIKE operators to work as functions.
* Make sure the journal file directory entry is committed to disk before
  writing the database file.</content>
</entry>
<entry>
<title>Further changes for FreeBSD support from Michal Pasternak</title>
<updated>2003-12-30T14:41:09Z</updated>
<author>
<name>cjep</name>
<email>cjep@pkgsrc.org</email>
</author>
<published>2003-12-30T14:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a459c538fc71fde8e146a29657a80d26ebf8ef5'/>
<id>urn:sha1:8a459c538fc71fde8e146a29657a80d26ebf8ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add #include's necessary for this to build on FreeBSD.</title>
<updated>2003-12-29T20:03:31Z</updated>
<author>
<name>cjep</name>
<email>cjep@pkgsrc.org</email>
</author>
<published>2003-12-29T20:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fe4f3139e24e0b39ae2d1b0bf576689d8ce0d86d'/>
<id>urn:sha1:fe4f3139e24e0b39ae2d1b0bf576689d8ce0d86d</id>
<content type='text'>
From Michal Pasternak in PR#23828.</content>
</entry>
<entry>
<title>Update sqlite package to version 2.1.4 (2001-12-04) incorporating lockup</title>
<updated>2001-12-05T02:04:04Z</updated>
<author>
<name>reinoud</name>
<email>reinoud@pkgsrc.org</email>
</author>
<published>2001-12-05T02:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1aef1825b82eade0a2de9c11232c5f7cbfe56ac4'/>
<id>urn:sha1:1aef1825b82eade0a2de9c11232c5f7cbfe56ac4</id>
<content type='text'>
bugs removal, fixing the behaviour of comparison operators so that they are
consistent with the order of entries in an index, correct handling of
integers in SQL expressions that are larger than what can be represented by
the machine integer and locking protocol fixes.

The author also incorporated my suggestions after the messy LP64 patches I
made; its now a lot more clean allthough there are still a few warnings but
they are checked and OK.</content>
</entry>
<entry>
<title>Update SQLite package to version 2.1.0 from 2.0.5</title>
<updated>2001-11-19T00:41:06Z</updated>
<author>
<name>reinoud</name>
<email>reinoud@pkgsrc.org</email>
</author>
<published>2001-11-19T00:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df59114aa41532a01d6b90637ed131a74724d38a'/>
<id>urn:sha1:df59114aa41532a01d6b90637ed131a74724d38a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hmm... shouldn't have forgotten to ad the patches themselves.... (AHUM)</title>
<updated>2001-10-20T18:52:38Z</updated>
<author>
<name>reinoud</name>
<email>reinoud@pkgsrc.org</email>
</author>
<published>2001-10-20T18:52:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11c0beb7b124da1e530445f1e12423f48ecb9b6f'/>
<id>urn:sha1:11c0beb7b124da1e530445f1e12423f48ecb9b6f</id>
<content type='text'>
</content>
</entry>
</feed>
