Skip to content

Releases: madgik/mipdb

3.0.0

26 Jun 10:45
2ffc048
Compare
Choose a tag to compare

Changelog:

  • Added SQLite that will contain all tables except the primary_data.
  • Completely removed the actions table.
  • Added tests for no db validation
  • Moved the database specific modules in a folder named databases.
  • Session on the SQLite autocommit.

2.4.8

10 Jun 10:24
Compare
Choose a tag to compare

Changlog:

  • Added a new field on system table for datasets that stores the path of the csv that contains the specific dataset.

2.4.7

11 Jan 16:01
Compare
Choose a tag to compare

Changlog:

  • Update the monetdb image for the testing.

2.4.6

12 Oct 08:44
Compare
Choose a tag to compare

Changelog:

  • Added restraints to the property 'type' of cdes.
  • Improved CSV file handling for volumes, ensuring accurate information is added to the system table for datasets.

2.4.4

28 Sep 10:56
Compare
Choose a tag to compare

Changelog:

  • Removed unnecessary delimiter.

2.4.3

28 Sep 10:39
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug where we did not properly read the flag longitudinal.

2.4.2

26 Sep 11:01
4dcf771
Compare
Choose a tag to compare

Changelog:

  • Changed the path for the config file.
    

2.4.1

25 Sep 13:44
5f5fa7b
Compare
Choose a tag to compare

Changelog:

  • Read usernames from config file instead of env variables.

2.4.0

25 Sep 11:36
3d237ab
Compare
Choose a tag to compare

Changelog:

  • Load db credentials from config.

2.3.0

19 Sep 15:43
cd8ab6f
Compare
Choose a tag to compare

Changelog:

  • All the db credentials are loaded by env variables.