MirakelX / mirakel-android

Easy task management for professionals
http://mirakel.azapps.de/
386 stars 117 forks source link

Misuses of multiple SQL statements in an execSQL() #625

Open lordpyre opened 6 years ago

lordpyre commented 6 years ago

Hello, I've spotted some misuses of multiple SQL statements in an execSQL(). In fact, the second INSERTs do not get executed by SQLite like this. Please consider reviewing and fixing it. Best, Csaba

itadventurer commented 6 years ago

Hi @lordpyre, Thank you for your pull request. It looks fine. Do you consider to improve Mirakel further or is it just a one-time PR? If it is the latter we are still very grateful for your PR but as we do not maintain Mirakel anymore we would not publish a new version. If you want to maintain Mirakel further we would be very happy to help you to get up to speed and support you wherever we can.

Best, @weiznich and Anatoly

lordpyre commented 6 years ago

Hi @weiznich and Anatoly, I was testing a tool to analyze embedded SQL code in Android apps, when I found this issue in Mirakel. So this was a one-time PR now. Thanks for your answer! Csaba