OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ORLite?expand=0&rev=11
145 lines
5.3 KiB
Plaintext
145 lines
5.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 8 22:55:17 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Fix disabling of __perllib_provides
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 2 22:55:17 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Remove sqlite-3.37.0.patch and sqlite-vacuum.patch, fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 20 03:06:28 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.00
|
|
see /usr/share/doc/packages/perl-ORLite/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 9 15:25:38 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Add sqlite-3.37.0.patch, see
|
|
https://rt.cpan.org/Ticket/Display.html?id=140748
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 29 16:32:36 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- fix build, add sqlite-vacuum.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 17:52:11 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.98
|
|
see /usr/share/doc/packages/perl-ORLite/Changes
|
|
|
|
1.98 Sat 29 Sep 2012
|
|
- When setting pragmas in void context, skip reading the changed
|
|
pragma back out of the database pointlessly.
|
|
- Removed legacy support for static ->delete('where ...')
|
|
|
|
1.97 Mon 21 May 2012
|
|
- Use reproducible longdouble in tests (HMBRAND)
|
|
|
|
1.96 Mon 27 Feb 2012
|
|
- Fixed a crash in the legacy delete emulation where the condition
|
|
clause provided was a constant or read-only.
|
|
|
|
1.95 Mon 27 Feb 2012
|
|
- Fixed a fatal rowid big when generating in array mode
|
|
|
|
1.94 Mon 27 Feb 2012
|
|
- Fixed a fatal rowid bug when a table had a single non-INTEGER
|
|
primary key.
|
|
- Fixed bug in affinity detection code to now set REAL and
|
|
NUMERIC affinity correctly.
|
|
|
|
1.93 Mon 27 Feb 2012
|
|
- The previous release 1.92 was done with a missing commit,
|
|
this release restores that missing code.
|
|
|
|
1.92 Mon 27 Feb 2012
|
|
- Add the ->delete_where method for bulk deletion
|
|
- Always do the initial metadata scan using ReadOnly => 1.
|
|
- When generating readonly, DBI connections use ReadOnly => 1 too.
|
|
- Quote identifiers more correctly via $dbh->quote_identifier.
|
|
- Temporarily restory the static delete call to prevent breaking
|
|
Padre and other applications still using the old version of
|
|
delete.
|
|
|
|
1.91 Thu 23 Feb 2012
|
|
- Calculate column affinity types in the metadata preparation phase
|
|
- Throw an exception when tables contain BLOB types and the database
|
|
is unicode, as the blob data will be corrupted.
|
|
- Improved testing for blobs and unicode, and TODO a known problem
|
|
|
|
1.90 Tue 21 Feb 2012
|
|
- Removed x_rowid parameter and make the rowid logic compulsory.
|
|
- Removed x_update parameter and make update method compulsory at
|
|
the table level but do not generate on the root level.
|
|
- As a result, ORLite now supports creating and updating objects
|
|
even when they come from tables without primary keys.
|
|
- Pending release as 2.00 once clarifying documentation is written.
|
|
|
|
1.54 Tue 21 Feb 2012
|
|
- Added experimental x_rowid parameter to maintain SQLite rowids in
|
|
the objects
|
|
|
|
1.53 Tue 21 Feb 2012
|
|
- Add a ->id convenience method alias when table 'foo' has a single
|
|
numeric primary key 'foo_id' so you can use $foo->id
|
|
|
|
1.52 Sat 21 Jan 2012
|
|
- Added initial unicode => 1 support (MEMOWE)
|
|
- Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)
|
|
|
|
1.51 Fri 25 Nov 2011
|
|
- Module::Install::DSL updated to 1.04
|
|
- Automatically load overlay classes if there exist. That is, where a
|
|
Foo/TableName.pm module exists in addition to the automatically
|
|
generated Foo::TableName class.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 14 17:52:08 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.52
|
|
see /usr/share/doc/packages/perl-ORLite/Changes
|
|
|
|
1.52 Sat 21 Jan 2012
|
|
- Added initial unicode => 1 support (MEMOWE)
|
|
- Bumped Params::Util dependency to 1.0 for *LIKE fixes (ADAMK)
|
|
|
|
1.51 Fri 25 Nov 2011
|
|
- Module::Install::DSL updated to 1.04
|
|
- Automatically load overlay classes if there exist. That is, where a
|
|
Foo/TableName.pm module exists in addition to the automatically
|
|
generated Foo::TableName class.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 14 13:10:35 UTC 2012 - tuukka.pasanen@ilmi.fi
|
|
|
|
- Update to 1.52
|
|
- This is for Parde
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 13:10:35 UTC 2011 - coolo@novell.com
|
|
|
|
- updated to 1.50
|
|
- Removed normalize as a supported parameter, normalizing columns turns
|
|
out not to work in practice. However, we always normalize tables to
|
|
get the class name for the table as that seems to result in class
|
|
names that make much more sense.
|
|
|
|
- Adding normalize support to turn columnName into column_name
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 31 06:14:44 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.48:
|
|
* initial support for shim => 1 to simplify customisation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 27 19:54:54 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- initial package (1.47)
|
|
|