You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- create_table: 정리 경로를 FileSystem 트레이트로 추상화
(remove_dir_all을 FileSystem에 추가, tokio::fs 직접 호출 제거)
- parser: PRIMARY KEY 목록의 쉼표 문법 검증
((,a), (a,), (a,,b), (a b) 거부 — 식별자/쉼표 교대 강제)
- parser: 테이블 레벨 PK 경로에도 문장 종료 검증 적용
(PK 뒤 이상한 토큰 시 에러, 세미콜론 없는 EOF는 허용)
- e2e 테스트: 동기 Path::exists() 제거 (비동기 remove_dir_all로 정리)
- 신규 파서 테스트 3개 (쉼표 문법/후행 토큰/EOF 종료)
0 commit comments