loopback-connector-mysql/test
Sergey Nosenko f2f0dac69d refactor date, timestamp and datetime data types handling (#257)
* refactor date, timestamp, datetime data-type

* reverse datatypes.test.js changes

* checking property.mysql.dataType

along with property.dataType for timestamp fields

* Fix PR linter

* moved test cases all under one test file

remove unnecessary test cases, unify setup procedures

* Fix sql mode before migration

Set sql mode to allow zero's on timestamp
Clean up code

* remove test cases with strings and DATE field type

* code cleanup as requested

* add accidentally deleted assert.ok(found)

* fix timeZone to timezone case in README.md

* Update readme with date type info
2017-04-18 10:13:46 -04:00
..
helpers Fix CI Failures 2016-12-07 23:53:46 -05:00
connection.test.js Update eslint infrastructure 2016-08-10 20:04:26 -04:00
datatypes.test.js fix linting problems 2017-03-21 10:45:24 +01:00
date_types.test.js refactor date, timestamp and datetime data types handling (#257) 2017-04-18 10:13:46 -04:00
imported.test.js Update eslint infrastructure 2016-08-10 20:04:26 -04:00
init.js Add connectorCapabilities global object (#201) 2016-10-11 23:13:20 -07:00
migration.test.js Fix CI Failures 2016-12-07 23:53:46 -05:00
mocha.opts Move mocha args to test/mocha.opts 2013-12-13 10:27:33 -08:00
mysql.autoupdate.test.js Fix autoupdate to create foreign keys after tables 2017-02-17 11:25:19 -05:00
mysql.discover.test.js Return if column is generated or not (#198) 2017-03-08 18:56:27 -05:00
mysql.test.js Add CI fixes (#197) 2016-09-28 13:32:38 -07:00
persistence-hooks.test.js Update eslint infrastructure 2016-08-10 20:04:26 -04:00
schema.sql Return if column is generated or not (#198) 2017-03-08 18:56:27 -05:00
transaction.promise.test.js Fix too many connection error (#261) 2017-04-17 16:16:59 -04:00
transaction.test.js Update eslint infrastructure 2016-08-10 20:04:26 -04:00