|
24 | 24 | - Fix incorrect type translation and many other bug fix
|
25 | 25 | - Add schema only extraction by option schema => 'MYSCHEM'
|
26 | 26 |
|
| 27 | +2001 06 27 - Version 1.4 |
| 28 | +- Add online Oracle data extraction and insertion into PG database. |
| 29 | +- Data export as insert statement (type => DATA) |
| 30 | +- Data export as copy from stdin statement (type => COPY) |
| 31 | + |
| 32 | +2001 12 28 - Version 1.5 |
| 33 | +- Fix LongReadLen problem when exporting Oracle data on LONG and LOB types |
| 34 | + Thanks to Stephane Schildknecht for reporting and testing the fix. |
| 35 | +- Add more precision on NUMBER type conversion |
| 36 | +- Add conversion of type LONG, LOB, FILE |
| 37 | +- Fix a problem when extracting data, sometime table could need to be prefixed |
| 38 | + by the schema name. |
| 39 | +- Fix output of Oracle data extraction. It now require a call to the function |
| 40 | + export_data(). |
| 41 | +2002 01 07 - Version 1.6 |
| 42 | +- Fix problem exporting NULL value. Thanks to Stephane Schildknecht. |
| 43 | + |
| 44 | +2002 02 14 - Version 1.7 |
| 45 | +- Remove export of OUTLINE object type. Thanks to Jean-Paul ARGUDO. |
| 46 | + |
| 47 | +2002 03 05 - Version 1.8 |
| 48 | +- Add Oracle type FLOAT conversion to float8. |
| 49 | +- Add column alias extraction on view. Thanks to Jean-Francois RIPOUTEAU |
| 50 | +- Add PACKAGE extraction (type => DATA). |
27 | 51 |
|