Skip to content

Releases: usrecnik/ddlfs

3.0-RC1

18 Nov 21:55
d926bbf
Compare
Choose a tag to compare
3.0-RC1 Pre-release
Pre-release

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

03 Oct 19:00
Compare
Choose a tag to compare

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

22 Aug 12:16
Compare
Choose a tag to compare
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

17 May 09:39
Compare
Choose a tag to compare
2.0-RC3 Pre-release
Pre-release

Another release candidate; the only change since 2.0-RC2 is syslog logging and workaround for an Oracle bug.

2.0-RC2

03 Apr 13:19
Compare
Choose a tag to compare
2.0-RC2 Pre-release
Pre-release

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 on dbms_metadata (which was too slow)
  • added support for editionable keyword
  • fixed a few bugs

v1.0

14 Oct 21:11
Compare
Choose a tag to compare

First release.