Jonas Schwertfeger 8402903723 Added buildQuery and buildUnionSubQuery methods without misleading selectionArgs parameter.
The signatures of the existing buildQuery and buildUnionSubQuery methods include a selectionArgs
parameter that is not actually being used in the method implementations.  This parameter leads
to the misconception that SQL paramter substitution is carried out by these methods.  I added
new variants of these methods without that parameter and deprecated the old variants.

Change-Id: I1bf770d5c777649e9aac36d93aa93bd65bbcc2a3
2010-11-12 12:18:37 +01:00
..
2010-08-13 15:23:00 -07:00
2010-08-20 17:44:14 -07:00
2010-10-10 17:20:24 -07:00
2010-09-03 11:35:00 +02:00
2010-11-01 13:19:02 -07:00