Home » Database » MDB2 » Bug #9808
Implementing the custom function for global unique identifiers
Details
| Request #9808 | Implementing the custom function for global unique identifiers |
|---|---|
| Submitted | 2007-01-12 11:04 UTC |
| From | mario dot adam at schaeffler dot com |
| Assigned | quipo |
| Status | Closed |
| Package | MDB2 |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2007-01-12 11:04 UTC] mario dot adam at schaeffler dot com
Description:
------------
I am actually missing another database specific function to return a global unique identifier.
Test script:
---------------
Files containing my added modifications can be found at following URL:
http://www.i-dentify.de/software/mdb2_function_modified.zip
Archive contains:
oci8.php
mysqli.php
mssql.php
mysql.php
A basic implementation at Common.php isn't done yet.