-
I'm trying to delete audio files (that were copied to the device from USB) from the external storage.
After analyzing the `MediaStore` sample, I ended up with the following solution for API 28 and ea…
-
This issue is happening on CentOS Linux release 7.7.1908, it does not happen on a recent MacOS.
When fetching table columns (schema) from MS SQL Server using core, the following error is raised:
`…
-
While attempting to run an OData query with a `$filter` that contains 2 conditionals, one of which is on a boolean property, I am receiving the following exception.
```
Exception message: System.I…
-
**Is your feature request related to a problem? Please describe.**
I need a property in SqlQueryParts which returns prepared where.
For example instead of
```sql
where Id = @Param1
```
returns
…
-
I'm not exactly sure how this happened, but It seems anytime I'm trying to save something in BDB I get this error now.
I didn't do anything special. just logged into my jsx container today and failed…
-
Get/Set calls on BCDBModel should go over BCDB connector if not from threebot otherwise should execute without problems in normal flow
-
How would I construct a filter that has the following semantics? I want one that actually works and runs in the database.
modelBuilder.Entity().HasQueryFilter( d =>
Orgs.Single( o => o.ID == T…
-
**[Fabian Kajzar](https://jira.spring.io/secure/ViewProfile.jspa?name=fabian)** opened **[DATAJPA-1700](https://jira.spring.io/browse/DATAJPA-1700?redirect=false)** and commented
Hi Spring Data Team,…
-
I run cordova build `ionic cordova build android --prod` and get error below
`
E:\Mine\Projects\map-ionic\platforms\android\app\src\main\java\com\tenforwardconsulting\cordova\BackgroundGeolocationPl…
-
repro:
```
class Program
{
static void Main(string[] args)
{
using (var ctx = new MyContext())
{
ctx.Database.EnsureDeleted();…