Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import warning #10

Merged
merged 1 commit into from
Sep 24, 2020
Merged

Fix import warning #10

merged 1 commit into from
Sep 24, 2020

Conversation

ccouzens
Copy link
Contributor

When running deno test I got the following warning:

Warning std versions prefixed with 'v' will be deprecated on October 1st 2020. Please change your import to https://deno.land/std@0.51.0/testing/asserts.ts (at https://deno.land/std@v0.51.0/testing/asserts.ts)

When running `deno test` I got the following warning:

> Warning std versions prefixed with 'v' will be deprecated on October 1st 2020. Please change your import to https://deno.land/std@0.51.0/testing/asserts.ts (at https://deno.land/std@v0.51.0/testing/asserts.ts)
@manyuanrong manyuanrong merged commit ea75da4 into manyuanrong:master Sep 24, 2020
jerry4718 added a commit to jerry4718/JavaSqlBuilder that referenced this pull request May 10, 2021
commit d61fadf
Author: NaRro <501xs05@163.com>
Date:   Thu Oct 15 09:20:47 2020 +0800

    feat: add clone method to Query. (manyuanrong#12)

commit 5804d1f
Author: Chris Couzens <ccouzens@gmail.com>
Date:   Thu Sep 24 17:22:29 2020 +0100

    replaceParams should escape \ characters (manyuanrong#11)

commit ea75da4
Author: Chris Couzens <ccouzens@gmail.com>
Date:   Thu Sep 24 17:20:36 2020 +0100

    Fix import warning (manyuanrong#10)

commit d10497a
Author: uki00a <uki00a@gmail.com>
Date:   Wed Jul 8 09:44:54 2020 +0900

    Fix travis config (manyuanrong#8)

commit 3c6f918
Author: uki00a <uki00a@gmail.com>
Date:   Wed Jul 8 09:44:27 2020 +0900

    Fix milliseconds part of Date not to be truncated (manyuanrong#7)

commit b1bb61f
Author: Enok <416828041@qq.com>
Date:   Sat May 16 09:40:08 2020 +0800

    update doc

commit 7bdfc78
Author: Enok <416828041@qq.com>
Date:   Sat May 16 09:39:33 2020 +0800

    upgtade to std@v0.52.0

commit 7f337e2
Author: Tom Scott <113026+tubbo@users.noreply.github.com>
Date:   Fri May 15 08:30:23 2020 -0400

    Update README Example to Point To Correct Location (manyuanrong#6)

commit 2e879e6
Author: songwon <songwon.bak@gmail.com>
Date:   Fri Mar 6 17:36:16 2020 +0900

    Remove test code(timezone issue)

commit 349ac28
Author: Enok <416828041@qq.com>
Date:   Fri Mar 6 14:08:36 2020 +0800

    Bump to deno v0.35.0

commit 2afb646
Author: EnokMan <416828041@qq.com>
Date:   Mon Jul 1 19:20:50 2019 +0800

    Rename README.MD to README.md

commit f4f6575
Author: Enok <416828041@qq.com>
Date:   Mon Jun 24 23:26:30 2019 +0800

    fix date transfer bug

commit e9df93f
Author: Enok <416828041@qq.com>
Date:   Wed Jun 19 11:32:25 2019 +0800

    upgrade std deps

commit 30a9e71
Author: Enok <416828041@qq.com>
Date:   Mon Jun 17 00:54:57 2019 +0800

    fix bug

commit e3d36ed
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 17:27:19 2019 +0800

    replace params support as

commit e22e9f5
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 15:18:16 2019 +0800

    export Join

commit 9e08e95
Merge: 4104233 12e86b4
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:27:25 2019 +0800

    release

commit 4104233
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:26:21 2019 +0800

    release 1.3.0

commit bd85429
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:25:27 2019 +0800

    update query with new features

commit 2ee696f
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:24:15 2019 +0800

    add Where helper

commit 3e1e79c
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:23:53 2019 +0800

    add Order helper

commit 1fea9ac
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:23:20 2019 +0800

    add Join helper

commit e087a25
Author: Enok <416828041@qq.com>
Date:   Fri Jun 14 14:22:40 2019 +0800

    fix ?? replace bug

commit 12e86b4
Author: EnokMan <416828041@qq.com>
Date:   Thu Jun 13 15:47:51 2019 +0800

    Update README.MD

commit 842bcce
Author: Enok <416828041@qq.com>
Date:   Thu Jun 13 15:45:19 2019 +0800

    export WhereBuilder

commit 664c209
Author: Enok <416828041@qq.com>
Date:   Thu Jun 13 15:41:12 2019 +0800

    add WhereBuilder

commit 915fc61
Author: Enok <416828041@qq.com>
Date:   Thu Jun 13 15:30:57 2019 +0800

    add WhereBuilder

commit 084be9f
Author: Enok <416828041@qq.com>
Date:   Wed Jun 12 22:09:43 2019 +0800

    update

commit 0b55dc4
Author: Enok <416828041@qq.com>
Date:   Wed Jun 12 22:03:56 2019 +0800

    add badges

commit a741801
Author: Enok <416828041@qq.com>
Date:   Wed Jun 12 21:51:41 2019 +0800

    init ci

commit e9e2c88
Author: Enok <416828041@qq.com>
Date:   Wed Jun 12 21:41:14 2019 +0800

    init

commit 51892d7
Author: EnokMan <416828041@qq.com>
Date:   Wed Jun 12 21:27:54 2019 +0800

    Initial commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants