Skip to content

Releases: codecrafters-io/sqlite-tester

v70

31 Oct 05:12
206687e

Choose a tag to compare

Changelog

206687e Merge pull request #130 from codecrafters-io/upgrade-tester-utils-0.4.9
4c8ccb3 Upgrade tester-utils to 0.4.9

v69

26 Aug 22:39
f2ea8e7

Choose a tag to compare

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

25 Aug 23:35
2290776

Choose a tag to compare

v68

Changelog

2290776 Merge pull request #125 from codecrafters-io/andy/fix-last-stage
006e9ec Update database connection string in testIndexScan to use read-only mode for test database.

v67

14 Aug 00:29

Choose a tag to compare

v67

Changelog

c2598c7 Change file links from os.Link to os.Symlink in stage_index_scan and stage_table_scan.

v66

05 Aug 03:20
893f876

Choose a tag to compare

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

30 Jul 22:52
260b768

Choose a tag to compare

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"

v64

30 Jul 19:46
fc60e7a

Choose a tag to compare

v64

Changelog

fc60e7a Merge pull request #115 from codecrafters-io/andy/debug
9f853f9 feat: add debugging output to stage_index_scan and stage_table_scan functions

v63

30 Jul 19:19
0e76710

Choose a tag to compare

v63

Changelog

0e76710 Merge pull request #114 from codecrafters-io/andy/debug
5addf0d refactor: change file operation from copy to symlink in testIndexScan function

v62

30 Jul 19:02
801bae0

Choose a tag to compare

v62

Changelog

801bae0 Merge pull request #113 from codecrafters-io/andy/debug
258723f feat: add additional debugging output to testIndexScan function

v61

30 Jul 18:40
799e2dc

Choose a tag to compare

v61

Changelog

799e2dc Merge pull request #112 from codecrafters-io/andy/debug
666ca12 feat: enhance testIndexScan function with debugging output