Skip to content

Releases: infinityloop-dev/coolbeans

0.11.22

Choose a tag to compare

@peldax peldax released this 31 Mar 19:41
10094b8
  • Fixed typo in symfony 6 version
  • Improved tests

0.11.21

Choose a tag to compare

@peldax peldax released this 31 Mar 19:32
c70f5d2
  • Allow symfony 6

0.11.20

Choose a tag to compare

@peldax peldax released this 29 Mar 14:29
92001e4
  • Added Selection::getInternalSelection()
  • Added Bean::getInternalRow()
  • Turned off validating missing properties when select() function is used.

Internal improvements (may cause BC breaks):

  • Made Bean::__construct() final
  • Made some Bean methods private
  • Made Selection::createRow non-static

0.11.19

Choose a tag to compare

@peldax peldax released this 08 Mar 14:11
a94046a
  • Allowed to pass parameters in Selection::order

0.11.18

Choose a tag to compare

@peldax peldax released this 16 Feb 11:11
9f7a245
  • SQL generator includes relevant class-attributes from parent class

0.11.17

Choose a tag to compare

@peldax peldax released this 30 Jan 15:04
73dee15
  • Sql generator generates varchar column for large enums

0.11.16

Choose a tag to compare

@peldax peldax released this 20 Jan 22:56
f4062dd
  • SQL generator adds CHECK constraint to disallow empty string to all string columns
  • Added AllowEmptyString attribute to not generate this CHECK constraint for given column

0.11.15

Choose a tag to compare

@peldax peldax released this 16 Jan 13:09
eee6129
  • Allow DateTime as where argument

0.11.14

Choose a tag to compare

@peldax peldax released this 15 Jan 14:33
a3df067
  • Improved tests and error messages
  • Relaxed default value printing - unknown value is ignored instead of exception
  • Fixed CHECK constraint result

0.11.13

Choose a tag to compare

@peldax peldax released this 14 Jan 22:10
350379f
  • Completely refactored SQL generator

  • Added CHECK constraint attributes

  • Fixed auto_increment generation to non integer primary keys

  • Fixed enum default value precedence over DefaultValue attribute

  • Index order is always generated

  • Other fixes and improvements