@fxjs/sql-query
Advanced tools
Comparing version 0.8.3 to 0.9.0
import { FxSqlQueryComparator } from "./Typo/Comparators"; | ||
declare const _default: FxSqlQueryComparator.ComparatorHash; | ||
export = _default; |
@@ -0,0 +0,0 @@ function between(a, b) { |
@@ -0,0 +0,0 @@ import { FxSqlQueryDialect } from "./Typo/Dialect"; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import * as mysql from './mysql'; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
import { FxSqlQueryDialect } from "../Typo/Dialect"; | ||
declare const Dialect: FxSqlQueryDialect.Dialect; | ||
export = Dialect; |
@@ -0,0 +0,0 @@ /// <reference types="@fibjs/types" /> |
import { FxSqlQueryDialect } from "../Typo/Dialect"; | ||
declare const Dialect: FxSqlQueryDialect.Dialect; | ||
export = Dialect; |
@@ -0,0 +0,0 @@ /// <reference types="@fibjs/types" /> |
import { FxSqlQueryDialect } from "../Typo/Dialect"; | ||
declare const Dialect: FxSqlQueryDialect.Dialect; | ||
export = Dialect; |
@@ -0,0 +0,0 @@ const util = require("util"); |
import { FxSqlQueryDialect } from "../Typo/Dialect"; | ||
declare const Dialect: FxSqlQueryDialect.Dialect; | ||
export = Dialect; |
@@ -0,0 +0,0 @@ const util = require("util"); |
@@ -0,0 +0,0 @@ /// <reference types="@fibjs/types" /> |
@@ -0,0 +0,0 @@ // Transforms: |
@@ -0,0 +0,0 @@ import { FxSqlQueryDialect } from "./Typo/Dialect"; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -11,3 +11,3 @@ /// <reference lib="es2017" /> | ||
import { FxSqlQueryDialect } from './Typo/Dialect'; | ||
export declare const comparators: import("./Typo").FxSqlQueryComparator.ComparatorHash; | ||
export declare const comparators: import("./Typo/Comparators").FxSqlQueryComparator.ComparatorHash; | ||
export declare const Text: FxSqlQuery.TypedQueryObjectWrapper<"text">; | ||
@@ -14,0 +14,0 @@ export declare class Query implements FxSqlQuery.Class_Query { |
@@ -0,0 +0,0 @@ /// <reference lib="es2017" /> |
@@ -0,0 +0,0 @@ import { FxSqlQuery } from './Typo/Query'; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { FxSqlQueryDialect } from './Typo/Dialect'; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
import { FxSqlQueryDialect } from './Typo/Dialect'; | ||
import { FxSqlQueryChainBuilder } from './Typo/Query-ChainBuilder'; | ||
import { FxSqlQuerySql } from './Typo/Sql'; | ||
export declare function build(knexQueryBuilder: import("@fxjs/knex").QueryBuilder, Dialect: FxSqlQueryDialect.Dialect, set: FxSqlQuerySql.DataToSet, opts: FxSqlQueryChainBuilder.ChainBuilderOptions): void; | ||
export declare function build(knexQueryBuilder: import("@fxjs/knex").Knex.QueryBuilder, Dialect: FxSqlQueryDialect.Dialect, set: FxSqlQuerySql.DataToSet, opts: FxSqlQueryChainBuilder.ChainBuilderOptions): void; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare namespace FxSqlAggregation { |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare namespace FxSqlQueryComparator { |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -33,3 +33,3 @@ import { FxSqlQuery } from "./Query"; | ||
limitAsTop: boolean; | ||
readonly knex: import('@fxjs/knex'); | ||
readonly knex: import('@fxjs/knex').Knex; | ||
defaultValuesStmt?: T extends 'postgresql' ? string : never; | ||
@@ -36,0 +36,0 @@ } |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { FxSqlQueryDialect } from './Dialect'; |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export declare namespace FxSqlQueryHelpler { |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export type { FxSqlAggregation } from './Aggregation'; |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { FxSqlQuery } from "./Query"; |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { FxSqlQueryDialect } from "./Dialect"; |
@@ -0,0 +0,0 @@ /// <reference types="@fxjs/knex" /> |
@@ -0,0 +0,0 @@ import { FxSqlAggregation } from "./Aggregation"; |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { FxSqlQueryComparator } from "./Comparators"; |
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { FxSqlQuerySql } from "./Typo/Sql"; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
import { FxSqlQuerySubQuery } from './Typo/SubQuery'; | ||
import { FxSqlQueryDialect } from './Typo/Dialect'; | ||
import { FxSqlQueryChainBuilder } from './Typo/Query-ChainBuilder'; | ||
export declare function build(knexQueryBuilder: import('@fxjs/knex').QueryBuilder, Dialect: FxSqlQueryDialect.Dialect, whereList: FxSqlQuerySubQuery.SubQueryBuildDescriptor[], opts: FxSqlQueryChainBuilder.ChainBuilderOptions): void; | ||
export declare function build(knexQueryBuilder: import('@fxjs/knex').Knex.QueryBuilder, Dialect: FxSqlQueryDialect.Dialect, whereList: FxSqlQuerySubQuery.SubQueryBuildDescriptor[], opts: FxSqlQueryChainBuilder.ChainBuilderOptions): void; |
@@ -0,0 +0,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@fxjs/sql-query", | ||
"version": "0.8.3", | ||
"version": "0.9.0", | ||
"private": false, | ||
@@ -30,7 +30,7 @@ "description": "", | ||
"@fibjs/types": "^0.34.1", | ||
"@fxjs/knex": "^0.3.2", | ||
"@fxjs/knex": "^0.4.0", | ||
"cross-env": "^5.2.0", | ||
"fib-pool": "^1.6.0", | ||
"fib-rollup": "^0.4.0", | ||
"fib-typify": "^0.8.3", | ||
"fib-typify": "^0.10.0", | ||
"rimraf": "^3.0.2", | ||
@@ -45,3 +45,3 @@ "rollup-plugin-commonjs": "^9.2.0" | ||
}, | ||
"gitHead": "1575f22bb0be95853393e6f42e77974578426c51" | ||
"gitHead": "ec15a409369c2b4c7c88ef6cbf63cc5ebff0ffed" | ||
} |
@@ -0,0 +0,0 @@ ## @fxjs/sql-query |
Sorry, the diff of this file is not supported yet
97583