Skip to content

Commit 15ed98f

Browse files
resolved conflicts
1 parent 21fda69 commit 15ed98f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/quick-sql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9259,7 +9259,7 @@ function Ee(h, d) {
92599259
return new Y(h, d).getErrors();
92609260
}
92619261
function le() {
9262-
return "1.2.9";
9262+
return "1.2.10";
92639263
}
92649264
Y.version = le;
92659265
Y.toDDL = Pe;

dist/quick-sql.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ modify `+A+" generated always as identity restart start with "+(this.cardinalit
264264
Non-default options:
265265
# settings = `+JSON.stringify(this.nonDefaultOptions())+`
266266
`,C+=`
267-
*/`,this.ddl=C,C},this.getErrors=function(){return this.errors!=null?this.errors:(this.errors=ke.findErrors(this,this.fullInput),this.errors)},this.version=ee}return w}();function pe(h,d){return Ie(h,d)}function ge(h,d){return new j(h,d).getERD()}function Ce(h,d){return new j(h,d).getDDL()}function ve(h,d){return new j(h,d).getErrors()}function ee(){return"1.2.9"}j.version=ee,j.toDDL=Ce,j.toERD=ge,j.toErrors=ve,j.fromJSON=pe,j.lexer=$,U.default=j,U.fromJSON=pe,U.qsql_version=ee,U.quicksql=j,U.toDDL=Ce,U.toERD=ge,U.toErrors=ve,Object.defineProperties(U,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
267+
*/`,this.ddl=C,C},this.getErrors=function(){return this.errors!=null?this.errors:(this.errors=ke.findErrors(this,this.fullInput),this.errors)},this.version=ee}return w}();function pe(h,d){return Ie(h,d)}function ge(h,d){return new j(h,d).getERD()}function Ce(h,d){return new j(h,d).getDDL()}function ve(h,d){return new j(h,d).getErrors()}function ee(){return"1.2.10"}j.version=ee,j.toDDL=Ce,j.toERD=ge,j.toErrors=ve,j.fromJSON=pe,j.lexer=$,U.default=j,U.fromJSON=pe,U.qsql_version=ee,U.quicksql=j,U.toDDL=Ce,U.toERD=ge,U.toErrors=ve,Object.defineProperties(U,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/quicksql",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"description": "Quick SQL to DDL and ERD translator",
55
"main": "./dist/quick-sql.umd.cjs",
66
"module": "./dist/quick-sql.js",

0 commit comments

Comments
 (0)