Releases: codecrafters-io/sqlite-tester
v70
v69
Changelog
f2ea8e7 Merge pull request #126 from codecrafters-io/andy/tweak
6fa0a42 Refactor getExpectedValuesForQuery to use a channel for expected values instead of sql.Rows, improving error handling and simplifying the logic. Updated timeout handling to return errors instead of panicking.
a28fbde Refactor testIndexScan to eliminate goroutines for expected value retrieval, simplifying the logic and improving error handling. Adjusted testTableScan to maintain consistent error handling and timeout for database queries.
43bdfb7 Refactor testIndexScan to use goroutines for concurrent expected value retrieval and improve error handling. Added timeout for database query to enhance reliability. Removed unnecessary error logging in testTableScan.
v68
v67
v66
Changelog
893f876 Merge pull request #123 from codecrafters-io/andy/fix-3
0695cb1 Refactor testTableScan to use os.Link for creating a test database link, replacing exec.Command. This change simplifies the setup process and enhances error handling.
72a1b3e Merge pull request #122 from codecrafters-io/andy/fix-3
b79d997 Refactor testIndexScan to use os.Link for database setup instead of exec.Command. This change simplifies the process of creating a test database link and improves error handling.
v65
Changelog
260b768 Merge pull request #121 from codecrafters-io/andy/debug-2
526aed9 Added debugging output to testIndexScan function in stage_index_scan.go. Included a print statement to indicate the start of the database copy process, enhancing visibility for test execution.
7e71303 Merge pull request #119 from codecrafters-io/revert-112-andy/debug
65b137b Revert "Debugging on staging"
071572e Merge pull request #118 from codecrafters-io/revert-113-andy/debug
91c6b35 Revert "Debugging on staging 2"
1220060 Merge pull request #117 from codecrafters-io/revert-114-andy/debug
350e4de Revert "Debugging on staging 3"
639d875 Merge pull request #116 from codecrafters-io/revert-115-andy/debug
01f0bb7 Revert "Debugging on staging 4"