Releases: usrecnik/ddlfs
3.0-RC1
First release candidate to support both, Windows and Linux.
Windows demo "movie" is also available for a quick feel of Windows version.
All the dependencies were updated:
It should work on:
- Windows 10, 11
- Oracle Linux 9
- Ubuntu 24.04, 22.04 (for 24.04 use
-ubuntu24.deb
package) - Debian 12
Supported Oracle Database versions are >= 19c due to latest Oracle Instant Client (see MOS 207303.1).
2.3
no new features since 2.1, just fixed a few non-critical bugs.
.rpm and .deb packages were tested on:
- Ubuntu 16.4 and 18.4
- Oracle Enterprise Linux 6.0 and 7.5
Older/other versions might need to compile from source (due to different libc and fuse versions).
Supported Oracle Database versions are 10g, 11g, 12c, 18c, 19c
2.1
- set execution bit only for VALID objects
- 10g compatibility (even though this did not have much testing)
- OCI code cleanup
- added
dbro
mount option (for use with tools such as git & mercurial) - support for TABLEs and MATERIALIZED VIEWs (read only)
- Always using OCI prefetch to make it "faster"
- severe errors are logged to syslog
- upgraded OCI to 18.3
- fixed bunch of bugs
2.0-RC3
2.0-RC2
This is a release candidate. I plan to wait for next Ubuntu LTS release before production release (which should be in a few days). In the mean time, I plan to deploy it to few machines and test it a bit more.
Changelog:
- local cache of .sql file contents (and thus added
temppath
mount option) - added support for reporting exact file sizes (which is also why we need local cache)
- added support for triggers
- added support for os authentication and bequeath connections
- all source is obtained from
all_%
views, no more reliance ondbms_metadata
(which was too slow) - added support for
editionable
keyword - fixed a few bugs