Skip to content

Commit

Permalink
recent Changes, raised the dbd_verbose levels, some typos in the pod …
Browse files Browse the repository at this point in the history
…and a change to the MANIFEST by dropping META.YML

git-svn-id: http://svn.perl.org/modules/dbd-oracle/trunk@12139 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
byterock committed Dec 5, 2008
1 parent f437924 commit e31dc31
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 139 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
=head1 Changes in DBD-Oracle 1.23(svn rev #####)
Standerdized the dbd_verbose levels so they are all 3 and over. from John Scoles
Added private statement functions ora_stmt_type_name and ora_stmt_type from John Scoles
Update to POD from Chris Underhill
Added README.win64.txt with content from Alex Buttery
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ hints/svr4.pl
lib/DBD/Oracle/GetInfo.pm
Makefile.PL
MANIFEST
META.yml Module meta-data (added by MakeMaker)
mk.pm
mkta.pl
oci.def OCI.DLL export declarations
Expand Down
1 change: 1 addition & 0 deletions Oracle.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <ocidfn.h>
#include <orid.h>
#include <ori.h>

/* ------ end of Oracle include files ------ */


Expand Down
4 changes: 2 additions & 2 deletions Oracle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ If you are still stuck with an older version of Oracle or its client you might w
+---------------------+----+-------------+---------+------+--------+
| 1.20 | N | N | N | Y | Y |
+---------------------+----+-------------+---------+------+--------+
| 1.21 | N | N | N | Y | Y |
| 1.21 | N | N | N | N | Y |
+---------------------+----+-------------+---------+------+--------+
| 1.22 | N | N | N | N | Y |
+---------------------+----+-------------+---------+------+--------+
Expand Down Expand Up @@ -1965,7 +1965,7 @@ NLS_LANG to the database character set.
The NLS_NCHAR environment variable can be used to define a different
character set for 'national' (NCHAR) character types.
Both UTF8 and AL32UTF32 can be used in NLS_LANG and NLS_NCHAR.
Both UTF8 and AL32UTF8 can be used in NLS_LANG and NLS_NCHAR.
For example:
NLS_LANG=AMERICAN_AMERICA.UTF8
Expand Down
8 changes: 4 additions & 4 deletions Oracle.xs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ ora_fetch_scroll(sth,fetch_orient,fetch_offset)
ST(0) = (av) ? sv_2mortal(newRV((SV *)av)) : &PL_sv_undef;
}





void
ora_bind_param_inout_array(sth, param, av_ref, maxlen, attribs)
SV * sth
Expand Down Expand Up @@ -179,6 +175,7 @@ ora_bind_param_inout_array(sth, param, av_ref, maxlen, attribs)
? &sv_yes : &sv_no;
}


void
ora_fetch(sth)
SV * sth
Expand Down Expand Up @@ -399,6 +396,9 @@ ora_lob_append(dbh, locator, data)
ST(0) = &sv_yes;
}




void
ora_lob_read(dbh, locator, offset, length)
SV *dbh
Expand Down
Loading

0 comments on commit e31dc31

Please sign in to comment.