Skip to content

Releases: CodesVault/howdy_qb

1.6.4

29 Nov 12:35
0481918
Compare
Choose a tag to compare

What's Changed

  • password error while using special character issue fix by @AbmSourav in #35

1.6.3

10 Nov 18:04
e5a074f
Compare
Choose a tag to compare

New data types:

  • Timestamp
  • Enum

1.6.2

11 Feb 07:37
873a6e7
Compare
Choose a tag to compare
  • JSON column data type API added for Alter statement.
  • Documentations updated with all current changes.

1.6.1

05 Feb 12:32
45ba4c1
Compare
Choose a tag to compare
  • Foreign key 'on delete' support added.

1.6.0

02 Feb 11:18
5687ed2
Compare
Choose a tag to compare
  • longTest data type issue fixed for create statement.
  • Json data type added for create statement.
  • Dev files, repos removed from build package

1.5.4

12 Aug 06:28
dce09fa
Compare
Choose a tag to compare

Typo issues fixed

1.5.3

08 Aug 17:45
f7bf2cf
Compare
Choose a tag to compare

PDO try catch issues fix for statements.

1.5.2

03 Aug 05:25
12a154d
Compare
Choose a tag to compare
  • Alter statement bug fix
  • Foreign Key API added in Alter

1.5.0

25 Jul 12:41
35c5ccf
Compare
Choose a tag to compare
  • PHP errors fixed.
  • DB connection driver issue fixed
  • Nullable API added in Alter statement

1.3.2

30 Jun 09:44
ee9f6c2
Compare
Choose a tag to compare
  • Feat: nullable API added in Create statement.