Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Add support for sqlx #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for sqlx #8

wants to merge 1 commit into from

Conversation

richo
Copy link

@richo richo commented Jun 8, 2016

r? @zenazn

Feel free to be brutal in code review, I have no idea what I'm doing.

This doesn't FP anything in sqlx, and does detect a bunch of sqli in the original project I was looking at (As well as some FPs)

@zenazn
Copy link
Contributor

zenazn commented Jun 8, 2016

...we really need automated tests :/

@richo
Copy link
Author

richo commented Jun 8, 2016

Yes.

I can write a few, although I know ~nothing about idiomatic testing in go

DatabaseSql bool
}

const SQLX string = "github.com/jmoiron/sqlx"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You use this quite inconsistently

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh right, I think I missed a couple

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

Successfully merging this pull request may close these issues.

3 participants