-
Example:
I have "set names" query in my mysql connection config, and add initial sql data queries file in generated sqldb.map file. additional sql file contained data in utf-8 codepage and incorrectly…
-
If we were to upgrade our server, we would be on the latest MySQL version. The latest version of MySQL does not allow "order by" to reference fields that are not in the "select " portion of the query…
-
This query:
{
allSpecies {
edges {
node {
name
homeworld {
name
gravity
}
}
}…
-
Huge SQL queries (longest than 3672 chars ) are cut of
![image](https://github.com/Giorgi/EFCore.Visualizer/assets/98868387/99a0caf0-ee6a-4420-8bcf-77b86cae987a)
-
Diesel uses the 'bind' method (See [SqlQuery::bind](https://docs.rs/diesel/2.1.2/diesel/query_builder/struct.SqlQuery.html#method.bind) for one example, but there are other variations) to ensure that …
-
I've been trying to use this library as an express middleware, for dependency injection convenience.
But I ran into a roadblock; queries get stuck seemingly forever when I do this. I am not sure wh…
-
We accidentally updated DynamicFilters to v2.2 through Nuget and all our many of our queries did no longer work. We are only applying an IsDeleted filter globally and with version 1.4, the queries onl…
-
### Affected Version
0.16.0 (and likely earlier too)
### Description
I noticed that the same issue was reported here: https://github.com/apache/incubator-druid/issues/8455, but was closed out…
-
OrientDB Server has a [REST/JSON API](https://github.com/orientechnologies/orientdb/wiki/OrientDB-REST), which also accepts Gremlin and [OrientDB SQL](https://github.com/orientechnologies/orientdb/wik…
-
Would make sense to provide this option, just need to figure out best way to handle multiple ajax requests