Commit Graph

17 Commits

Author SHA1 Message Date
f8e59e9850 fix: address SQL feature code review findings
- Normalize student SQL to end with exactly one semicolon before
  appending the trailing SELECT, so a missing trailing ; no longer
  produces a confusing parse error (sqlTable.ts)
- Remove unused description field from SqlTablePreset and all presets
  (dead data, nothing in the UI reads it)
- Clear output when the candidate table selection changes, so stale
  results from the previous table don't linger (SqlSection.vue)
- Remove stray console.log(props.language) debug statement
  (CodeEditor.vue)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-05 00:16:26 -06:00
e5b2852fd1 feat: make SQL selectable as a language with syntax highlighting 2026-07-04 23:54:16 -06:00
f31b2afcb1 fix
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
2026-01-14 08:56:22 +08:00
d6eb666a83 新增中文补全
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
2026-01-06 21:41:57 +08:00
dea523cb15 update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
2025-09-16 18:08:46 +08:00
c63282462a update 2024-07-04 21:01:36 +08:00
db030b5869 update 2024-06-27 05:50:16 +00:00
28536af48b fix 2024-01-25 09:41:31 +08:00
0ed76ea03d update 2024-01-24 13:23:07 +08:00
98fd6081a0 add helper 2024-01-24 11:50:18 +08:00
a3d70af23c update 2024-01-23 15:22:48 +08:00
946ec691af update 2024-01-23 14:36:21 +08:00
434c4497a9 update 2024-01-23 11:05:18 +08:00
e7f09b4dcc update 2024-01-22 14:00:43 +08:00
230cf1bdeb update 2024-01-22 10:44:38 +08:00
d940c684ad update 2024-01-21 21:41:31 +08:00
c4bdcac452 first commit 2024-01-21 20:48:03 +08:00