Package: libdbix-recordset-perl / 0.26-3

Metadata

Package Version Patches format
libdbix-recordset-perl 0.26-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Compat.pm.patch | (download)

Compat.pm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 tell compat.pm that pg type '4' is numeric (postgres 7.3).
Database.pm.patch | (download)

Database.pm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
Recordset.pm.patch | (download)

Recordset.pm | 71 41 + 30 - 0 !
1 file changed, 41 insertions(+), 30 deletions(-)

 * Call savecroak on *Recordset object, not $self.
 * Use *LastRecordFetch as the "row before the first" indicator.  This
   prevents Next() looping back to the start in some cases.
 * Remove *LastRecord "cache", fixing Next(), MoreRecords(), Next() bug.
 * Allow TableAttr's to set an attribute to a false value.
   (Thanks Ren Seindal)
 * Don't return a tied row from Next when TieRow=0 (closes: #133165)
   (Thanks Ren Seindal)


test.pl.patch | (download)

test.pl | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix incorrect use of dbi::sql_* constants in test.pl.
spelling.patch | (download)

Intrors.pod | 2 1 + 1 - 0 !
Recordset.pm | 16 8 + 8 - 0 !
Recordset/DBSeq.pm | 4 2 + 2 - 0 !
Recordset/FileSeq.pm | 2 1 + 1 - 0 !
4 files changed, 12 insertions(+), 12 deletions(-)

 spelling fixes
pod.patch | (download)

Compat.pm | 4 4 + 0 - 0 !
Database.pm | 2 1 + 1 - 0 !
Intrors.pod | 4 4 + 0 - 0 !
Recordset.pm | 56 42 + 14 - 0 !
Recordset/DBSeq.pm | 3 3 + 0 - 0 !
Recordset/FileSeq.pm | 3 3 + 0 - 0 !
6 files changed, 57 insertions(+), 15 deletions(-)

 pod fixes
defined hash.patch | (download)

Recordset.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 "defined(%hash)" is an error in perl 5.22