coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

SQL options #83

Closed sb2nov closed 9 years ago

sb2nov commented 9 years ago

@tpcstld PTAL

The SQL queries can now be written as select * from xzy where x=%s and it should work fine. This provides similar functionality as sql command but we don't have to create tables anymore.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.23%) to 65.65% when pulling 258abcc7d9d54b83bcd3a48888964cc53100edfc on sb_updates into 4ca9159ef4664946645a3007960388c77600d096 on develop.

tpcstld commented 9 years ago

I'm fine merging this, but we have to be careful and remember that this leaves us open to a potential SQL injection vulnerability.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.23%) to 65.65% when pulling 49ce18747122c39535fd6065dcba11f27737d84e on sb_updates into 4ca9159ef4664946645a3007960388c77600d096 on develop.