Skip to content

Releases: crustphp/Swoole-RelationalDB

v1.6.0

10 Mar 06:55
8c7a4ce

Choose a tag to compare

Release Notes

Now you can pass the optional parameter $retainOriginalKeys in getSwooleTableData() function for retrieving data rows from Swoole tables maintaining their original keys instead of being returned with default numeric array indexes.

Full Changelog: 1.5.0...1.6.0

v1.5.0

04 Mar 06:23

Choose a tag to compare

Release Notes

  • Enhancement: The getSwooleTableData() function now allows automatic json_encode or json_decode of specified column values when retrieving data. This removes the need to manually iterate over the returned data array for encoding or decoding. Simply pass an array of column names, and the function will handle the encoding or decoding for you.

Full Changelog

Full Changelog: 1.4.0...1.5.0

v1.4.0

20 Dec 13:41

Choose a tag to compare

Release Notes

  • Control Over Extra Columns: Developers can now decide if they want the Signed and Nullable (::sign and ::null) columns for specific fields. These extra columns will only be created when needed, saving memory.
  • Faster Data Retrieval: Added a new function to get data directly from the Swoole Table instead of going through collections. This makes it faster and also lets you encode column values or get the data as a JSON string if needed.

Bug Fixes

  • Fixed the bug of nullable (::null) columns not functioning as intended.

Full Changelog

Changes: 1.3.7...1.4.0

Updated internal namespaces to Crust\

01 Nov 14:07

Choose a tag to compare

Updated internal namespaces to Crust\

Vendor/Namespace change

31 Oct 19:50
772215a

Choose a tag to compare

Changed Vendor to crustphp and namespace to Crust.

Fixed set function related to abs param

16 Oct 13:24
b4b9c52

Choose a tag to compare

Merge pull request #2 from fakharak/fix/abs_function

make abs param in set function false as default

1.3.4

16 Oct 12:35
590ef7c

Choose a tag to compare

What's Changed

  • Function added to return original swoole table

New Contributors

Full Changelog: 1.3.3...1.3.4