issues
search
AnyhowStep
/
tsql
A SQL query-builder/ORM
37
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump ajv from 6.12.0 to 6.12.6
#316
dependabot[bot]
opened
2 years ago
0
Bump path-parse from 1.0.6 to 1.0.7
#315
dependabot[bot]
opened
3 years ago
0
Bump glob-parent from 5.1.0 to 5.1.2
#314
dependabot[bot]
opened
3 years ago
0
Bump hosted-git-info from 2.8.5 to 2.8.9
#313
dependabot[bot]
opened
3 years ago
1
Bump lodash from 4.17.15 to 4.17.21
#312
dependabot[bot]
opened
3 years ago
1
Bump handlebars from 4.5.3 to 4.7.7
#311
dependabot[bot]
opened
3 years ago
1
Bump y18n from 4.0.0 to 4.0.1
#310
dependabot[bot]
opened
3 years ago
0
Bump lodash from 4.17.15 to 4.17.19
#309
dependabot[bot]
closed
3 years ago
2
wip table declaration documentation
#308
AnyhowStep
opened
4 years ago
2
Consider making default IsolationLevel REPEATABLE_READ
#307
AnyhowStep
opened
4 years ago
3
Monitor 3.8.3 bug
#306
AnyhowStep
opened
4 years ago
1
Table declarations with no columns should not be usable in queries
#305
AnyhowStep
opened
4 years ago
0
Added more DataType documentation
#304
AnyhowStep
closed
4 years ago
1
Research/Write tests for "proxied connection pooling"?
#303
AnyhowStep
opened
4 years ago
0
Compare and contrast against ts-in-memory-database
#302
AnyhowStep
opened
4 years ago
0
Added string documentation
#301
AnyhowStep
closed
4 years ago
1
Added boolean and JS Date documentation
#300
AnyhowStep
closed
4 years ago
0
Add `toDateTime(jsDate, precision)` helper function
#299
AnyhowStep
opened
4 years ago
0
added decimal doc
#298
AnyhowStep
closed
4 years ago
1
Using dist files is an ugly hack. Stop.
#297
AnyhowStep
closed
4 years ago
0
Added data type number documentation
#296
AnyhowStep
closed
4 years ago
1
Working on new documentation with code samples
#295
AnyhowStep
closed
4 years ago
1
Consider adding method similar to innerJoinUsingPrimaryKey(), but reverse direction
#294
AnyhowStep
opened
4 years ago
0
Added QueryWhereDelegate<>; for feature-parity with typed-orm
#293
AnyhowStep
closed
4 years ago
1
Add a note about how CASE expressions and COALESCE() do not always short-circuit. And that there should not be an expectation of short-circuiting.
#292
AnyhowStep
opened
4 years ago
0
Add GENERATED columns to unified tests
#291
AnyhowStep
opened
4 years ago
0
Updated to 0.0.5 to fix bug with type-level equality; microsoft/TypeScript/#37314
#290
AnyhowStep
closed
4 years ago
1
More integer tests
#289
AnyhowStep
closed
4 years ago
0
Added some custom-factory stuff for #287; Fixed SUM_AS_XXX; Fixed som…
#288
AnyhowStep
closed
4 years ago
0
Add makeCustomOperatorX(), makeCustomAggregateOperatorX()
#287
AnyhowStep
opened
4 years ago
0
Add a top-level fetchValue() function, and maybe fetchOne(), too
#286
AnyhowStep
opened
4 years ago
0
Initial publish
#285
AnyhowStep
closed
4 years ago
1
Related to #283
#284
AnyhowStep
closed
4 years ago
1
Explicitly add type annotations to exported constants in expr-library
#283
AnyhowStep
opened
4 years ago
0
Added VAR_POP() and VAR_SAMP() tests
#282
AnyhowStep
closed
4 years ago
0
Stddev samp tests
#281
AnyhowStep
closed
4 years ago
0
Added STDDEV_POP() tests
#280
AnyhowStep
closed
4 years ago
1
#102 Added TablePerType.fetchOneByXxx()
#279
AnyhowStep
closed
4 years ago
0
Add interface similar to TableWhere<> to TablePerType
#278
AnyhowStep
opened
4 years ago
0
More helper type alias to interface
#277
AnyhowStep
closed
4 years ago
1
Query base helper type alias to interface
#276
AnyhowStep
closed
4 years ago
0
Resolves #15
#275
AnyhowStep
closed
4 years ago
0
Resolves #262
#274
AnyhowStep
closed
4 years ago
0
Resolves #229
#273
AnyhowStep
closed
4 years ago
0
Removed BaseBuiltInType<>; use BaseType<> instead
#272
AnyhowStep
closed
4 years ago
0
Resolves #210
#271
AnyhowStep
closed
4 years ago
0
Removed ArithmeticExpr; why was it even used in the first place
#270
AnyhowStep
closed
4 years ago
0
Resolves #266; Uses workaround found in microsoft/TypeScript/#18877
#269
AnyhowStep
closed
4 years ago
0
ORDER BY should only accept expressions of type ComparableType
#268
AnyhowStep
opened
4 years ago
1
Resolves #209; removed EquatableType entirely
#267
AnyhowStep
closed
4 years ago
1
Next