-
Notifications
You must be signed in to change notification settings - Fork 53
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
Disable usage of "%s" #60
Conversation
Users can already use parameters with "$N". This makes it so that users do not need to escape "%" with "%%" when using named queries. See dbcli/pgcli#865.
The PR looks good. It is currently failing on a lint check. You can fix it with this command:
You might have to |
Let me know if you'd like to do that, if not, I can fix it separately. |
Yep I'll do it; probably take me a day though, travelling home soon
…On Tue, May 15, 2018, 12:22 Amjith Ramanujam ***@***.***> wrote:
Let me know if you'd like to do that, if not, I can fix it separately.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#60 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFiWGNRjU4amk2t_Imw2JbMumuOiiNrks5tywDXgaJpZM4T_vEj>
.
|
No worries. Safe travels.
:)
On Tue, May 15, 2018 at 12:35 PM Jason A. Ribeiro <notifications@github.com>
wrote:
… Yep I'll do it; probably take me a day though, travelling home soon
On Tue, May 15, 2018, 12:22 Amjith Ramanujam ***@***.***>
wrote:
> Let me know if you'd like to do that, if not, I can fix it separately.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#60 (comment)>, or
mute
> the thread
> <
https://github.com/notifications/unsubscribe-auth/AAFiWGNRjU4amk2t_Imw2JbMumuOiiNrks5tywDXgaJpZM4T_vEj
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADAbLGKu0whPXUlo4-Idxf_YgdsyzzJks5tywPYgaJpZM4T_vEj>
.
|
Changes for pep8 should be included now |
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
========================================
Coverage ? 53.4%
========================================
Files ? 6
Lines ? 955
Branches ? 0
========================================
Hits ? 510
Misses ? 445
Partials ? 0
Continue to review full report at Codecov.
|
Very nice! I like that the error message is helpful. 🥇 |
Description
Users can already use parameters with "$N". This makes it so that users
do not need to escape "%" with "%%" when using named queries.
See dbcli/pgcli#865.
The documentation on the website will have to be updated; is that on git somewhere?
Checklist
changelog.rst
.