loopback-connector-mysql icon indicating copy to clipboard operation
loopback-connector-mysql copied to clipboard

feat: Avoid 'USING ' on FULLTEXT index

Open forno opened this issue 2 years ago • 0 comments

Signed-off-by: FORNO [email protected]

Implements #470

Result of test on my machine

  1978 passing (1m)
  216 pending
  3 failing
  1) MySQL datetime handling
       should allow use of fractional seconds:

      AssertionError: expected '1971-06-22T03:34:56.789Z' to equal '1971-06-22T12:34:56.789Z'
      + expected - actual

      -1971-06-22T03:34:56.789Z
      +1971-06-22T12:34:56.789Z
  2) MySQL connector
       should auto migrate/update foreign keys in tables:

      Uncaught AssertionError: expected 0 to be 1
      + expected - actual

      -0
      +1
3) MySQL connector
       should auto migrate/update foreign keys with onUpdate and onDelete in tables:

      Uncaught AssertionError: expected 0 to be 1
      + expected - actual

      -0
      +1

Checklist

  • [x] DCO (Developer Certificate of Origin) signed in all commits
  • [ ] npm test passes on your machine
  • [ ] New tests added or existing tests modified to cover all changes
  • [x] Code conforms with the style guide
  • [x] Commit messages are following our guidelines

forno avatar Sep 12 '22 07:09 forno