-
At this moment I can only check existence like this:
schema.Alter(db => db.Tables["tabelname"].DropIfExists());
So it's always being dropped. But I want to check if it's there. If Not, create the tab…
-
Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the `MapValue` attribute:
```cs
public enum…
-
### 🔍 Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### 🐞 Description of the bug
I am trying to import any CAD model into…
-
In situations such as:
```python
if not self.container.can_connect():
self.status.workload = MaintenanceStatus("Waiting for pod startup to complete")
self.status.…
-
```
asDelete():RequestBuilder;
asGet():RequestBuilder;
asHead():RequestBuilder;
asOptions():RequestBuilder;
asPatch():RequestBuilder;
asPost():RequestBuilder;
asPut():Reque…
-
The OneDrive SDK hasn't been maintained for several years now, for this reason, we're archiving the repository and package.
Consider migrating to the [Microsoft Graph SDK](https://github.com/micros…
-
(Sorry for the misclick with empty issue).
I'm trying to create the following SQL (Oracle):
```sql
select
cat,
min(name) keep (dense_rank first order by id)
from T
group by cat
```
…
jods4 updated
5 months ago
-
*This issue is opened to track the fluent API work remained for https://github.com/OData/WebApi/pull/1656.*
### Assemblies affected
*NA -- see #1656 above*
### Reproduce steps
*NA.*
…
-
Firstly, sorry for my English.
Some NEWS websites (for example WSJ) usually update their articles and as a result the feeds are updated too, but the feed IDs remain. So there is an updated feed, not …
-
## Problem
I'm playing around with resolvers in my GraphQL backend and came up with two options for resolving nested fields.
This is my `schema.prisma` (left out some fields and irrelevant models …