-
Currently, I don't believe it's possible to generate a query like this:
``` sql
SELECT Name,Email,Phone
FROM Contact
WHERE Title = 'Purchasing Manager'
OR (Department = 'Accounting' AND Ti…
-
_From @AceCoderLaura on Mon, 26 Aug 2019 02:45:31 GMT_
### Steps to Reproduce
1. Use the below two files in a Xamarin.iOS project
#### AppDelegate.cs (Compile)
```
using Foundation;
using …
-
### Code
```Rust
trait Tr {
extern "rust-call" fn dm4() {}
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.50.0-nightly (5be3f9f10 2020-12-03)
binary: rustc
commit…
-
Update with a join to CTE seems to generate SQL in incorrect order on MySQL 8.
```
var cte = (
from x in db.GetTable()
group x by x.EmailAddress i…
-
**Current behavior**
( original reported in https://stackoverflow.com/questions/62313353/server-throws-error-with-prosys-and-matrikon-clients-on-events)
Server raising an event might crash when c…
-
I have a react app using `react-apollo` and `graphql-tags`, with the following query:
```js
const APOLLO_QUERY = gql`
query get_resources(
$limit: Int!
$offset: Int!
$where: user_b…
-
I have two identical dbs (one mysql and one clickhouse - I exported mysql data and imported to clickhouse)
When I use `sql.expression.join` with `mysql+pymysql` everything is good (explanation what "…
-
**Rubberduck version information**
Version 2.4.1.4661
OS: Microsoft Windows NT 10.0.15063.0, x64
Host Product: Microsoft Office 2016 x64
Host Version: 16.0.4822.1000
Host Executable: EXCEL.EXE
…
-
## Bug Report
### Which version of ShardingSphere did you use?
org.apache.shardingsphere
sharding-jdbc-core
4.1.1
### Which project did you use…
-
## Setup
### Versions
- **Rust:** rustc 1.46.0-nightly (feb3536eb 2020-06-09)
- **Diesel:** 1.4.4
- **Database:** postgres
- **Operating System** windows
### Feature Flags
- **diesel:**…