Skip to content

Releases: pixxelfactory/dbal

Release 1.1.2

02 Aug 08:59
Compare
Choose a tag to compare

Fix the case from the dbal-filename

Release 1.1.1

14 Jul 09:44
Compare
Choose a tag to compare

Add methods to check multiple table names and column names

Release 1.1.0

14 Jul 09:29
Compare
Choose a tag to compare

Add methods to:

  • Get all table names
  • Get all column names in a table
  • Check if a table really exists
  • Check if a column really exists within a table
  • Check if connected to db
  • Method to manually set the pdo object

Release 1.0.6

05 Jul 07:50
Compare
Choose a tag to compare

Rename DBAL to Dbal (breaking change), adapt to psr-12 (i really really hate braces on the same line in if/while... statements, but since they decided that it's the cool thing to do, i adapt to it, even if i think it's f..ing stupid)

Release 1.0.5

05 Jul 07:13
Compare
Choose a tag to compare

Update the readme to include the readSingle method

Release 1.0.4

29 Jun 07:32
Compare
Choose a tag to compare

Method for getting the pdo object and one for reading a single row

Bugfix 1.0.2

27 Jun 13:44
Compare
Choose a tag to compare

Fix the autoloading

Bugfix release 1.0.1

27 Jun 13:32
Compare
Choose a tag to compare

Added a src-directory and few minor modifications to the composer.json

Release 1.0

27 Jun 13:17
647667b
Compare
Choose a tag to compare

The first release, extremely basic pdo wrapper