-
### Description
Implement the same (or similar) 'show grid' functionality on the SQL runner that exists in the explorer.
-
We're using ShardingSphere-Proxy, and when I just want to update the statement, the update fails. It is found that the updated field value contains English semicolons, so the update failed. For exampl…
-
`Bun.sql` is Bun's builtin postgres client, currently only available on canary builds of Bun.
```ts
import { sql } from 'bun';
const [{x}] = await sql`select 1 as x`;
console.log({x});
```
sqlite a…
-
-
sql.TestReacquireLeaseOnRestart [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/16567338?buildTab=log) with [artifacts](https://teamcity.cockroac…
-
```
-- users 테이블 생성
CREATE TABLE users (
id SERIAL PRIMARY KEY,
name VARCHAR(200) NOT NULL,
email VARCHAR(300) UNIQUE NOT NULL,
password VARCHAR(255) NOT NULL,
mobile VARCHA…
-
Add an api that lists which (system) tables are required to plan & query tables via sql
Example: to query a simple table, you might need to read `system.descriptor`, `system.zones`, `system.comments`…
-
Allow reading/writing in SoftHSMv2 sql database format to provide transparent migration path.
This would help FreeIPA to migrate existing environments where we use SoftHSM for DNSSEC to use kryopti…
abbra updated
3 weeks ago
-
# To Doリスト
- SQLの問題を表示
- 解いた問題をミドルバッグに転送
- 解いた問題をmysqlで実行
- 期待している結果と同じであるかを判定
- 判定結果から正当数の計算を実施
- 計算結果を画面に表示
- ユーザ毎の点数をデータベースに保存
- adminユーザにて、その点数を閲覧可能にする
-
### Link to the coursework
https://docs.google.com/spreadsheets/d/1zPeHxhKkYmdiqXNhMwhfC1A0o1wI0zNiD5Gsks2SYoc/template/preview
### Why are we doing this?
To practice how to use Google Sheets to sto…