Skip to content

Releases: oJVzinn/SQLAnnotation

1.0.4

Choose a tag to compare

@oJVzinn oJVzinn released this 08 Mar 01:38

Changelog

[1.0.4] - 2026-03-07

Correction

-Corrections to the field type;
-Optimizations;
-Corrections to how join queries work.

Addition

  • Added limit on select queries.

👥 Contributors

1.0.3

Choose a tag to compare

@oJVzinn oJVzinn released this 02 Jan 03:07

Changelog

[1.0.3] - 2026-21-02

Correction

  • Cleaner utility code

Addition

  • Added join functions

Full Changelog: https://github.com/oJVzinn/SQLAnnotation/commits/1.0.3

👥 Contributors

1.0.2

Choose a tag to compare

@oJVzinn oJVzinn released this 27 Sep 21:59

Changelog

[1.0.2] - 2025-09-27

Correction

  • The unique was placed in the column and removed from the primary key

Full Changelog: https://github.com/oJVzinn/SQLAnnotation/commits/1.0.2

👥 Contributors

1.0.1

Choose a tag to compare

@oJVzinn oJVzinn released this 27 Sep 01:32

Changelog

[1.0.1] - 2025-09-26

Correction

  • Correction in log message

Full Changelog: https://github.com/oJVzinn/SQLAnnotation/commits/1.0..1.0.1

👥 Contributors

1.0

1.0

Choose a tag to compare

@oNyell oNyell released this 13 Sep 03:03

Changelog

[1.0] - 2025-09-13

Added

  • Support for MySQL as SQL server.
  • Custom debug loggers with timestamp for each executed query.
  • Repository processors: find, save, and delete → interfaces that abstract and manage modules based on function names.

Implemented

  • Query modules: CREATE, DELETE, INSERT, SELECT, and UPDATE → management of queries.
  • Repository system for instance usage in other modules.

Full Changelog: https://github.com/oJVzinn/SQLAnnotation/commits/1.0

👥 Contributors