Commit Graph

48 Commits

Author SHA1 Message Date
Samarpan Bhattacharya 07173b6bde feat: add mysql8 support, update to mysql2 client and drop nodejs v14 and mysql5.7 support
BREAKING CHANGE
drop mysql5.7 support

Signed-off-by: Samarpan Bhattacharya <this.is.samy@gmail.com>
2023-06-30 15:28:47 +05:30
Akshat Dubey bb6010ad01 feat(operators): add match against operator
Signed-off-by: Akshat  Dubey <akshat.dubey@sourcefuse.com>
2021-10-16 18:20:56 +05:30
Roderik van Heijst 10d5741295 fix(docs): Specify table creation order method
Signed-off-by: Roderik van Heijst <rvanheijst@0x0a.nl>
2021-04-13 12:45:02 +02:00
Diana Lau 236b4b723c fix(docs): update enum type
Signed-off-by: Diana Lau <dhmlau@ca.ibm.com>
2020-09-11 10:04:07 -04:00
Agnes Lin f6c0f1db2b docs: update default value setup section 2020-08-17 09:59:41 -04:00
filipef101 5744e33d3d
fixed typo on readme
expend -> expand
2020-07-22 09:56:26 +01:00
Agnes Lin d40adc4211 docs: update README with lb4 style 2020-06-10 17:17:32 -04:00
Agnes Lin 8499af3c31 fix MySQL README layout 2020-03-19 16:20:33 -04:00
Agnes Lin e94e310113 fix README display on the site 2020-03-16 10:12:04 -04:00
HugoPoi 681bff4586 Add onDelete onUpdate foreign key config options 2019-04-26 11:25:49 -04:00
Eric Dowell 99597460f0 Use MySQL DEFAULT Clause/Constant ()
* Adding ability to use MySQL DEFAULT clause

Adding mysql.default option and documentation on special case for date.

Adding unit tests for Default Clause.

* Handle unsupported types, don't stringify numbers

* Adding note about unsupported column types.

* Update readme.
2017-08-08 20:40:40 -04:00
biniam 487f08df88 Add datatype flags to README 2017-07-26 09:51:09 -04:00
ssh24 ce84111111 Fix fk docs to avoid constraint errors 2017-06-20 12:07:36 -04:00
biniam 05138d1f06 Document GeoPoint migration 2017-06-16 13:19:51 -04:00
ssh24 1b0ef42739 Add docs on FK integrity 2017-06-15 13:35:38 -04:00
Sakib Hasan 18ddc84929 Fix docker setup ()
* Add support for host and database

* Order the optional parameters correctly
2017-05-15 13:38:30 -04:00
Sakib Hasan a45e22eeb8 Add docker setup ()
* Add docker setup

Add a setup script that spawns a docker container before running test
Easy for contributors now to test, no need for a local instance

* Update readme with docs on running test

* Allow check for container status

Check for if the container is up before proceeding

* Add options for customized user,pass,port

* Fix seeding on database

Only seed the database if user specifies CI=true
OR when the tests actually run on the CI

* Update readme with windows env var
2017-05-12 10:13:15 -04:00
Antoine LA 41e5811481 Update README.md 2017-05-04 16:48:46 +02:00
Sakib Hasan 345492e5b2 Revert PR () 2017-04-24 16:19:33 -04:00
Sergey Nosenko f2f0dac69d refactor date, timestamp and datetime data types handling ()
* 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
Ctibor Laky 04665277b7 Typo on README ()
* typo
2017-03-10 06:50:59 -05:00
ivy ho 39d67fa1f9 remove line not needed ()
remove the line that does not look good in github but okay for loopack.io
confirming with rand that that can be removed
2017-02-09 09:37:45 -08:00
Rand McKinney 160e8dae72 Fix readme glitch ()
* Update README.md

* Update README.md
2017-01-11 16:06:55 -08:00
Rand McKinney 9fab8ba795 Update readme w info from docs ()
* Update readme w info from docs

* Update README.md

* Update README.md

Fix problems, clarify.
2017-01-10 16:13:45 -08:00
Amir Jafarian 499a1c30f8 Update README with correct doc links, etc 2016-10-31 17:02:14 -04:00
Simon Ho 71fda816ba Update README.md 2015-03-17 22:27:30 -07:00
Simon Ho 77a4811903 Update README.md 2015-03-17 22:26:09 -07:00
Simon Ho 7536309b2d Add test running instructions to readme 2015-03-17 21:39:54 -07:00
Rand McKinney 61ede028f0 Update link to doc 2014-06-24 16:20:19 -07:00
Rand McKinney 51a851469f Fix link to docs. 2014-01-09 16:48:24 -08:00
Rand McKinney aa2184de29 Replaced most content with link to docs. 2014-01-09 16:40:11 -08:00
Rand McKinney 7635312c02 Merge pull request from strongloop/mysql-1.0.0
Add NOTICE and update READE
2013-10-31 10:28:44 -07:00
Raymond Feng 29f64533ac Add NOTICE and update READE 2013-10-30 23:02:12 -07:00
Rand McKinney 6e7b422020 Update README.md
Added install instructions
2013-10-28 15:12:20 -07:00
Raymond Feng c3f49a4b57 Remove synchronous APIs for discovery from README 2013-10-28 13:23:25 -07:00
Raymond Feng f703368442 Update README 2013-10-14 15:19:04 -07:00
Raymond Feng 6b6e9144ed Add docs for README and js code 2013-10-03 14:50:38 -07:00
Raymond Feng 189c696621 Update README 2013-09-24 15:14:23 -07:00
Raymond Feng 9daf9ef91c Rename 'loopback-data' to 'loopback-datasource-juggler' 2013-07-30 14:21:10 -07:00
Raymond Feng 9674a0308e Bring up the test cases 2013-07-21 17:27:54 -07:00
dgsan c7098230d4 Read me missing a curly brace. 2013-06-19 09:41:51 -06:00
dgsan 2ec1995350 Added documentation on usage of Enum. 2013-06-18 12:32:42 -06:00
dgsan c6b4a70fc4 Tweaks to dataType documentation.
Improved formatting, documented `collation` option, and added some examples for dataTypes.
2013-06-14 13:14:47 -06:00
dgsan 87bf863a0a Update README.md
Some initial documentation of `dataType` usage.
2013-06-06 12:25:20 -06:00
Fabien Allanic efb8237819 Fixed typo in the require statement 2013-04-30 11:04:57 -07:00
Anatoliy Chakkaev 70096afd1b Upd package and README 2013-03-07 03:10:20 +08:00
hsujian 38ec874f89 rename PostgreSQL as MySQL in README 2012-12-25 16:29:09 +08:00
Anatoliy Chakkaev 2eed9a6e89 Init 2012-12-14 18:01:44 +04:00