Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "meadow", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A data access library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Meadow.js", |
@@ -189,2 +189,3 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
_DefaultIdentifier = pDefaultIdentifier; | ||
_DefaultGUIdentifier = 'GU' + pDefaultIdentifier; | ||
return this; | ||
@@ -194,14 +195,2 @@ }; | ||
/** | ||
* Set the default globally-unique identifier field name | ||
* | ||
* @method setDefaultGUIdentifier | ||
* @return {Object} This is chainable. | ||
*/ | ||
var setDefaultGUIdentifier = function(pDefaultGUIdentifier) | ||
{ | ||
_DefaultGUIdentifier = pDefaultGUIdentifier; | ||
return this; | ||
}; | ||
/** | ||
* Create a record | ||
@@ -338,3 +327,2 @@ */ | ||
setDefaultIdentifier: setDefaultIdentifier, | ||
setDefaultGUIdentifier: setDefaultGUIdentifier, | ||
setAuthorizer: setAuthorizer, | ||
@@ -341,0 +329,0 @@ |
@@ -23,6 +23,6 @@ /** | ||
// This is queued up for Travis defaults. | ||
Server: "192.168.99.100", | ||
Server: "localhost", | ||
Port: 3306, | ||
User: "admin", | ||
Password: "zKVMD14cPC5N", | ||
User: "root", | ||
Password: "", | ||
Database: "FableTest", | ||
@@ -105,3 +105,2 @@ ConnectionPoolLimit: 20 | ||
.setDefaultIdentifier('IDAnimal') | ||
.setDefaultGUIdentifier('GUIDAnimal') | ||
.setDefault(_AnimalDefault) | ||
@@ -108,0 +107,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89750
3069