Commit Graph

282 Commits

Author SHA1 Message Date
Raymond Feng 4bedf2200c Add discovery test cases 2013-07-21 22:57:19 -07:00
Raymond Feng 9674a0308e Bring up the test cases 2013-07-21 17:27:54 -07:00
Raymond Feng fb375fdcc8 Enable discovery 2013-07-21 10:36:26 -07:00
Raymond Feng 1329b40073 Start to add discovery 2013-07-20 23:38:40 -07:00
Raymond Feng 275405521b Migrate to loopback-data 2013-07-20 22:37:59 -07:00
dgsan e109adc737 Merge pull request #41 from gierschv/fix-boolean
Fixes boolean conversion when fetching data from database
2013-06-28 11:46:37 -07:00
dgsan 459915924a Merge pull request #40 from gierschv/fix-var-name
Fixes variable name
2013-06-28 11:43:22 -07:00
Vincent Giersch 6fa023250b Fixes boolean conversion when fetching data from database 2013-06-28 17:44:12 +01:00
Vincent Giersch b91d2cf241 Fixes variable name 2013-06-28 17:34:25 +01: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 f2412bc170 Merge pull request #39 from dgsan/master
Support for Enum type in MySQL adapter. Requires patch to mainline JDB.
2013-06-18 11:07:56 -07:00
dgsan 4bf7bcd2b3 After feedback changed Enum implementation to be a function.
The main side effect is that the `Enum` type can't be registered.
Use `EnumFactory()` to build an `Enum`.
2013-06-18 10:36:05 -07:00
dgsan c1616fd998 Support for Enum type in MySQL adapter. Requires patch to mainline JDB.
(See pull request: https://github.com/1602/jugglingdb/pull/296.)

After this there are several ways to use Enum with the adapter as shown in datatypes.test.js.
2013-06-17 14:25:57 -07: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 aef99ca919 Merge pull request #38 from dgsan/master
Cleaned up and added tests for collation support.
2013-06-13 10:09:11 -07:00
dgsan b75e74fd1f Update Makefile
Didn't do what I thought. Not sure why it had no adverse effect on running tests locally.
2013-06-13 11:00:06 -06:00
dgsan f14679b16f Added 2nd global util test function to test makefile. 2013-06-13 09:52:14 -07:00
dgsan b04d9466ef Merge https://github.com/jugglingdb/mysql-adapter
* https://github.com/jugglingdb/mysql-adapter:
  Update README.md
  Fixed typo in the require statement
  0.0.1-6
  Add checking for undefined in buildWhere
  Fix injection
2013-06-13 09:41:35 -07:00
dgsan 6bd48f5c2e Merge branch 'master' of https://github.com/dgsan/mysql-adapter
* 'master' of https://github.com/dgsan/mysql-adapter:
  Update imported.test.js

Conflicts:
	test/imported.test.js
2013-06-13 09:40:59 -07:00
dgsan bcee504d77 Proper tests and support for connection collation/charset. Added semicov as a dev dependency because of how tests are run. 2013-06-13 09:34:31 -07:00
dgsan 2c12977c13 Merge pull request #37 from dgsan/master
Fixing dumb import.
2013-06-12 16:12:11 -07:00
dgsan 543f5de835 Update imported.test.js
Wrong method of calling.
2013-06-12 15:21:52 -07:00
dgsan 87bf863a0a Update README.md
Some initial documentation of `dataType` usage.
2013-06-06 12:25:20 -06:00
dgsan d086d0c845 Merge pull request #34 from dgsan/master
A couple additional unit tests using different dataTypes.
2013-06-06 10:17:25 -07:00
dgsan 193e5d6463 Adds test that validate the basic behavior of numeric and date columns using the added recently added dataTypes. 2013-06-06 10:09:39 -07:00
dgsan 3e90d39691 Merge pull request #33 from dgsan/master
Initial support of additional column types and connection collation/charset settings.
2013-06-04 15:01:43 -07:00
dgsan 93e4898312 Update migration.test.js
Global leak error triggered because of missing var in line ported from coffeescript.
2013-06-04 15:58:17 -06:00
dgsan 8b7ac18cc3 Support for local MySQL dataTypes via the dataType model field option.
Support for setting collation/charset at the schema level.

Porting of non-running migration test to new test running layout.

Resolves issue #19. Resolves issue #28. Resolves issue #17.

Should allow for changing the types for particular columns (Int, SmallInt, BigInt, Text, Char, Float, etc.).
This seems to work with the current migration test, however use of floats and such in model instances has not been heavily tested.

Likewise, in porting migration the full suite of index migration tests has yet to be ported.
Likewise, issue with dropping columns from a model persists and seems related to `defineProperty` in JDB core choking when used to try and undefine.
2013-06-04 14:34:23 -07:00
dgsan 7ffbb1f4a4 Merge pull request #32 from dgsan/master
Resolves #31, #15
2013-05-30 13:51:11 -07:00
dgsan 9291cbafdc Resolves issues #31, #15. 2013-05-30 13:43:01 -07:00
Anatoliy Chakkaev 141bf6394c Merge pull request #29 from fallanic/master
Typo in require statement
2013-04-30 11:48:18 -07:00
Fabien Allanic efb8237819 Fixed typo in the require statement 2013-04-30 11:04:57 -07:00
Anatoliy Chakkaev 4612ba275d 0.0.1-6 2013-04-22 08:41:41 +04:00
Anatoliy Chakkaev 6c5666e23e Add checking for undefined in buildWhere 2013-04-22 08:40:12 +04:00
Anatoliy Chakkaev 400614a8c9 Fix injection 2013-04-18 22:58:21 +04:00
dgsan 97e1b7eef0 Merge pull request #25 from dgsan/master
Fixes #21, changes word for offset to 'skip' to match JDB core.
2013-04-18 09:13:08 -07:00
dgsan d7112909eb Fixes #21
Changed param for using offset with limit to 'skip' so as to match JDB core.
(Unit test to be pushed to JDB core.)
2013-04-18 09:11:03 -07:00
dgsan a54dd29c43 Merge pull request #24 from dgsan/master
Since there's no timeout param to mocha test frequently fail somewhat randomly. Default timeout to 15000, which consistently passes on my system, whereas the default 2000 fails every time.
2013-04-18 08:43:05 -07:00
dgsan 8921b54a1a On slower systems the lack of a timeout argument to mocha makes some tests fail after 2 seconds.
At least on my rather sad dev box many mysql ops (particularly creating tables) can take quite a bit longer than 2 seconds. Accordingly I've added the moch '--timeout' parameter and set it to 15000, which seems to pass consistently on my dev box.
2013-04-18 08:35:56 -07:00
Anatoliy Chakkaev 25b8cc8029 Merge pull request #23 from gierschv/master
Handle undefined when altering tables
2013-04-18 07:35:35 -07:00
Vincent Giersch fa617dc35f Mistake in an undefined check 2013-04-18 15:57:56 +02:00
Vincent Giersch 1bae8a8062 Handle undefined when altering tables 2013-04-18 13:20:05 +02:00
Anatoliy Chakkaev 5f007eabc0 Ignore getSchema globa leak 2013-04-08 02:06:28 +04:00
Anatoliy Chakkaev e2d41d3dd3 Mass-runner friednly test 2013-04-08 02:00:16 +04:00
Anatoliy Chakkaev b6f0c2cfc8 Split test cases 2013-04-08 01:53:55 +04:00
Anatoliy Chakkaev cd3d2859cb Added coverage to gitignore 2013-04-07 17:59:45 +04:00
Anatoliy Chakkaev ce6e7bf794 merge 2013-04-06 14:37:14 +04:00
Anatoliy Chakkaev e9eb9376fe Handle undefined and boolean 2013-04-06 14:36:32 +04:00
Anatoliy Chakkaev de227f5f35 Merge pull request #16 from codebudo/master
Dependent JugglingDB version in package.json
2013-04-03 10:44:38 -07:00