-
**Is your feature request related to a problem? Please describe.**
I'd like it is not to be formated in the PROC FORMAT or PROC SQL, or other special situations. For example, if I format the code bel…
-
Moodle 4.5, plugin version 1.8
On edit course topic get a error.
SELECT s.* FROM {course_sections} s JOIN {course} c ON s.course = c.id WHERE s.id = ? AND c.format = ?
[array (
0 => '85380',
…
-
**Input data**
Which SQL and options did you provide as input?
```sql
create table player_match_details(
name varchar(150),
match varchar(150),
score int
);
```
**Expected Outpu…
-
Eventually we are going to want to add support for converting various data types to formatted strings, and from formatted strings back again. Postgres handles this well and provides a lot of detail on…
-
The database connections work very well with Microsoft SQL Server. However, the formatter is unusable. Try formatting a query like SELECT TOP 100 * FROM Table and it doesn't seem to know what to do wi…
-
Currently we are not adding detailed error descriptions directly from the respective SQL servers when a query fails.
We need a standard way of showing errors. There errors from all 3 of SQL plugins a…
-
```log
16:58:40.867 [Thread-0] INFO com.lealone.main.Lealone - Lealone version: 6.1.0-SNAPSHOT
16:58:40.878 [Thread-0] INFO com.lealone.main.config.YamlConfigLoader - Loading config from file:/D:/…
-
I am encountering an issue where the same SQL query sometimes executes successfully and other times fails with an unsupported format code error. This inconsistency is causing problems in our applicati…
-
e.g.
```sql
WITH pingcap_repos AS (SELECT repo_id FROM github_repos WHERE owner_login = 'pingcap' AND is_archived = 0 AND is_deleted = 0), pingcap_events AS (SELECT actor_id, actor_login, repo_id,…
-
When i use Datetime.ToString( ) to format date for group registers by MM/yyyy for example, it would be nice if EF could translate this for native SQL function FORMAT.
Simple example below:
![image…