Skip to content

Commit

Permalink
More progress
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Mar 9, 2012
1 parent a5118b3 commit 239800f
Show file tree
Hide file tree
Showing 16 changed files with 158 additions and 568 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG
@@ -1,8 +1,45 @@

2012/03/07 - 0.2005 - refresh and retest

License:

Now under the Artistic License instead of GPL.

Changes:

The $OOPS::transfailrx regular expression for matching
database errors that should be retried is now built
dynamically based on which backends are used.

Tests:
Removed BEGIN {} blocks from all tests.

Swtiched from Data::Compare to Test::Deep.

Postgreql:

Fixed issue with PG_BYTEA not being defined.

With version 9.1 the text of some error messages is
changed from version 8.3

With version 9.1, 'virtual' is now a keyword so
the column virtual must now be written `virtual`.

With version 9.1, even less auto-conversion happens
so 0 != '0'.

SQLite:

Error messages for SQLite version 2 have changed a bit.

Bugfix: missing lock_object() method added.

Documentation:

Section on alternatives removed as it's obsolete.
Bug bounty removed.


2008/03/05 - 0.2004 - mysql improvement

Expand Down
339 changes: 0 additions & 339 deletions COPYING

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST
@@ -1,5 +1,4 @@
CHANGELOG
COPYING
lib/OOPS/DBOdebug.pm
lib/OOPS/DBO.pm
lib/OOPS/Fsck.pm
Expand Down
21 changes: 0 additions & 21 deletions lib/OOPS.pm
@@ -1,25 +1,4 @@

# Copyright(C) 2004-2008 David Muir Sharnoff <muir@idiom.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# This software is available without the GPL: please write if you need
# a non-GPL license. All submissions of patches must come with a
# copyright grant so that David Sharnoff remains able to change the
# license at will.

package OOPS;

our $VERSION = 0.2004;
Expand Down

0 comments on commit 239800f

Please sign in to comment.