diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2014-08-19 10:26:31 +0000 |
---|---|---|
committer | Hakim Cassimally <hakim@mysociety.org> | 2014-10-16 16:56:27 +0000 |
commit | 807eb73734bff70b9f16c61f68fce7291565b428 (patch) | |
tree | 855199d73f5106fa51b8b667070ad36555c001cb /t/open311/endpoint/exor/DBD/Oracle.pm | |
parent | 1708bc30af7176f95f0ec5718289d3a633daf32b (diff) |
[Warwickshire] Integration bits during/after visit
- Tweaks required to get things working in WCC environment
- update Open311 to onsite changes
- updated Open311 parameters after WCC's Bentley and County Highways workshop.
- ... including ce_cpr_id
Diffstat (limited to 't/open311/endpoint/exor/DBD/Oracle.pm')
-rw-r--r-- | t/open311/endpoint/exor/DBD/Oracle.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/open311/endpoint/exor/DBD/Oracle.pm b/t/open311/endpoint/exor/DBD/Oracle.pm new file mode 100644 index 000000000..d84580d10 --- /dev/null +++ b/t/open311/endpoint/exor/DBD/Oracle.pm @@ -0,0 +1,8 @@ +package DBD::Oracle; # test +use strict; use warnings; + +sub ORA_DATE () { 2 }; +sub ORA_NUMBER () { 3 } ; +sub ORA_VARCHAR2 () { 5 }; + +1; |