Skip to content

Commit

Permalink
Summarized changed from pantas branch 6.1.411
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Pantic committed Apr 3, 2023
1 parent 5b56383 commit 29a129a
Show file tree
Hide file tree
Showing 13 changed files with 2,115 additions and 1,908 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
4 changes: 0 additions & 4 deletions SPONSORS

This file was deleted.

2 changes: 2 additions & 0 deletions db.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const constraint = mod.constraint;
export const count = mod.count;
export const deletes = mod.deletes;
export const doNothing = mod.doNothing;
export const escapeIdentifier = mod.escapeIdentifier;
export const getConfig = mod.getConfig;
export const insert = mod.insert;
export const isDatabaseError = mod.isDatabaseError;
Expand Down Expand Up @@ -49,6 +50,7 @@ export const toDate = mod.toDate;
export const toString = mod.toString;
export const transaction = mod.transaction;
export const truncate = mod.truncate;
export const unescapeIdentifier = mod.unescapeIdentifier;
export const update = mod.update;
export const upsert = mod.upsert;
export const vals = mod.vals;
Loading

0 comments on commit 29a129a

Please sign in to comment.