Cu8-sequelize-oracle
3===> New Feature - CLOB auto loading
Hey! I'm Nhua Nhua, who came from Mars. Wish you have a nice day and feel comfortable with fucking Oracle DB and NodeJs.
Note:
- Fix old functions and add more features to sequelize-oracle
- Forked repository: Sequelize-oracle
Change logs
-
0.0.4 Add destroy function for deleting objects
model; -
0.0.5 Add $regexp_like comparator. $regexp_like: 'string'
-
0.0.6 Add TEXT (CLOB) type
-
0.0.7 Add Sequelize.insertCLOB, Sequelize.updateCLOB
- Sequelize.prototype.updateCLOB = function(model, data, search, ClobFields, done)
Sequelize;- Sequelize.prototype.insertCLOB = function(model, data, primaryKey, ClobFields, done)
Sequelize; -
1.0.0
- Connection pool (Setup in ./lib/dialects/abstract/connection-manager.js at line 79) :connectionConfigpoolMax = 20;connectionConfigpoolMin = 0;connectionConfigpoolTimeout = 69;connectionConfigqueueRequests = true;
- Connection pool (Setup in ./lib/dialects/abstract/connection-manager.js at line 79) :
-
1.0.5 Fix join model cannot load CLOB
DataType: only this dataTypes are managed:
STRING (=VARCHAR2)
CHAR
DECIMAL (=NUMBER)
BIGINT (=NUMBER(19,0))
INTEGER
FLOAT
DOUBLE
UUID (=CHAR 36)
DATE (=TIMESTAMP WITH LOCAL TIME ZONE)
DATEONLY (=DATETIME)
BOOLEAN (=NUMBER(1))
TEXT (=CLOB)