Skip to content

Releases: rmunate/SQLServerLite

V 2.2.0

01 Jul 15:06
03f3221
Compare
Choose a tag to compare

🚀 SQLServer Lite

Logo

If you've ever needed to connect your Laravel project with SQL Server, you may have encountered delays in processing when using the Query Builder or the framework's ORM. These delays could be attributed to the extensive codebase supporting various database engines or other processing overhead.

Furthermore, the lack of support for all SQL Server versions adds to the challenge. To address these issues, this package was developed.

This library is compatible with PHP +7.4 and Laravel versions 9.0 and higher

Documentation

📖📖📖 FULL DOCUMENTATION 📖📖📖

Installation

To install the dependency via Composer.

composer require rmunate/sql-server-lite

License

This project is under the MIT License.

🌟 Support My Projects! 🚀

Become a Sponsor

Make any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨

If you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! 🌐👩‍💻👨‍💻

V 2.1.0

23 May 01:40
f06b245
Compare
Choose a tag to compare

🚀 SQLServer Lite

Logo

If you've ever needed to connect your Laravel project with SQL Server, you may have encountered delays in processing when using the Query Builder or the framework's ORM. These delays could be attributed to the extensive codebase supporting various database engines or other processing overhead.

Furthermore, the lack of support for all SQL Server versions adds to the challenge. To address these issues, this package was developed.

This library is compatible with PHP +7.4 and Laravel versions 9.0 and higher

Documentation

📖📖📖 FULL DOCUMENTATION 📖📖📖

Installation

To install the dependency via Composer.

composer require rmunate/sql-server-lite

License

This project is under the MIT License.

🌟 Support My Projects! 🚀

Become a Sponsor

Make any contributions you see fit; the code is entirely yours. Together, we can do amazing things and improve the world of development. Your support is invaluable. ✨

If you have ideas, suggestions, or just want to collaborate, we are open to everything! Join our community and be part of our journey to success! 🌐👩‍💻👨‍💻

V 2.0.0

06 Jan 21:14
8faf9ee
Compare
Choose a tag to compare

Release Notes

[2.0.0]

Added

  • Singleton: Starting from version 2.0, it is guaranteed to work with the singleton architecture, ensuring a single instance of a persistent connection.

  • Exception Handling: The way exceptions are thrown has been rewritten for improved readability and clarity.

  • Params: The usage of params has been refined through a fluent method.

Changed

  • Final Methods: The final methods for returning values have been completely redefined.

Removed

  • Wrappers: Wrappers for pre-existing package methods have been removed, and no support will be provided for previous versions.

V 1.1.5

15 Sep 15:59
55d5caa
Compare
Choose a tag to compare

Corrección de lectura de parametros, ahora se podrá enviar un arreglo con valores que no esten dentro de los parámetros de la consulta preparada, el paquete solo tendra en cuenta los equivalentes entre index del array y el :valor

PR #23

V 1.1.4

15 Sep 00:48
Compare
Choose a tag to compare

Add Support NO COUNT ON/OFF

V 1.1.3

07 Jul 21:43
7b63d31
Compare
Choose a tag to compare

Add Support PHP 7.4

V 1.1.2

07 Jul 21:33
d3cd061
Compare
Choose a tag to compare

Fixed InsertGetId

V 1.1.1

07 Jul 14:56
ca62655
Compare
Choose a tag to compare

Support Old Versions

V 1.1.0

07 Jul 14:47
03d9c3b
Compare
Choose a tag to compare

Support Old Versions

V 1.0.0

06 Jul 14:41
03d9c3b
Compare
Choose a tag to compare

First Stable Version, Pending Documentation.