Note that there are some explanatory texts on larger screens.

plurals
  1. USJacob Adams
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI've tried this solution and it works, but it is misleading because the `pathPattern` will be ignored. The `pathPattern` attribute is ignored unless there is also a `scheme` and `host` attribute specified for the filter (Your answer is missing the `host` attribute). See the [documentation](http://developer.android.com/guide/topics/manifest/data-element.html) for the `pathPattern` attribute. I've also seen this in practice. The intent filter will handle any attachment and not just the attachments with the specified file extension.
      singulars
    2. COI agree with @HeadOfCatering in that every class should do one thing, but what is "one thing"? Every class should have a single responsibility where a responsibility is defined as "a reason to change." Therefore a class should only have one reason to change in order to conform to the [single responsibility principle](http://www.oodesign.com/single-responsibility-principle.html).
      singulars
    3. COI am doing some automated performance testing on views that are in a database. The code that I posted is a simpler version of what I am doing that still reproduces the problem. I don't need the results from the query, so I use ExecuteNonQuery. Perhaps that is my problem though, because if I use ExecuteReader then it works fine.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload