MaceWindu

Results 159 issues of MaceWindu

```js output += `${table( messages.map(message => { let messageType; if (message.fatal || message.severity === 2) { messageType = chalk.red("error"); summaryColor = "red"; } else { messageType = chalk.yellow("warning"); } return...

Adds LinqToDB ORM benchmarks to asp.net core framework

PR: Please Update

Another refactoring from #3627 - move $ functions to separate class (names and constructors) - fix some discovered places where `CanBeNull` value were lost - improve case/coalesce typing

Another part of #3627 - obsolete `SqlDataType.GetDataType` method and update existing calls to use `MappingSchema.GetDataType`. Having and using two different type definitions is not a good idea, mkay? - remove...

Fix #1796 **List of changes** ClickHouse support: - added `ClickHouse` provider with support of: - MySQL interface using [MySqlConnector](https://github.com/mysql-net/MySqlConnector/) - HTTP(S) interface using [ClickHouse.Client](https://github.com/DarkWanderer/ClickHouse.Client) - TCP (binary) interface using [Octonica.ClickHouseClient](https://github.com/Octonica/ClickHouseClient)...

Any news about clickhouse? _Originally posted by @thyn in https://github.com/linq2db/linq2db/issues/1014#issuecomment-508747735_ @thyn, right now we are busy with preparing 2.8 and 3.0 releases which already have a lot of features planned,...

type: feature
status: has-pr

https://github.com/linq2db/linq2db/discussions/3680 Currently we don't support 3rd-party low-level customization of code-generation process. There is an API to apply modifications to generated code model, e.g. we use it to modify equality operators...

type: feature
area: scaffold

#3675 We miss by-name filtering options for procedures, scalar and aggregate functions.

type: feature
area: scaffold

See https://github.com/linq2db/linq2db/discussions/3672

type: improvement
area: scaffold

PostgreSQL 15 adds `MERGE` statement support and already available in beta 1. List of sub-tasks: - add pgsql 15 to CI (https://hub.docker.com/_/postgres) - implement merge builder methods in PostgreSQLSqlBuilder -...

good first issue
provider: postgresql
epic: merge