Dolt – Git for Data
This report presents the forensic synthetic code analysis of dolthub/dolt, a Go project with 23,851 GitHub stars. SynthScan v2.0 examined 457,360 lines of code across 1809 source files, recording 1801 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 4.1 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1801 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/docker-entrypoint.sh | 1 | #!/bin/bash | COMMENT |
| LOW | docker/docker-entrypoint.sh | 61 | _mysql_log Error "$@" >&2 | COMMENT |
| LOW | docker/docker-entrypoint.sh | 321 | } | COMMENT |
| LOW | go/cmd/dolt/dolt.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/fileno_check.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/fileno_check_darwin.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/doc.go | 1 | // Copyright 2019-2022 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/fileno_check_linux.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/system_checks.go | 1 | // Copyright 2020 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/doltcmd/doltcmd.go | 1 | // Copyright 2025 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/credentials.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/command.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/arg_parser_helpers.go | 1 | // Copyright 2020 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/cli_context.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/cli_context.go | 41 | COMMENT | |
| LOW | go/cmd/dolt/cli/command_test.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/arg_parse_helpers_test.go | 1 | // Copyright 2020 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/documentation_helper.go | 1 | // Copyright 2020 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/query_helpers.go | 1 | // Copyright 2025 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/flags.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/messages.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/stdio_test.go | 1 | // Copyright 2022 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/doc.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/doc.go | 21 | // app command subcommand [<options>] | COMMENT |
| LOW | go/cmd/dolt/cli/help_test.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/help.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/arg_helpers.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/stdio.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/cli/prompt/resolver.go | 1 | // Copyright 2026 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/errhand/derr.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/errhand/derr_test.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/errhand/doc.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/errhand/verr.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/errhand/panic_utils.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/doltversion/version.go | 1 | // Copyright 2024 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/log.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/gc.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/send_metrics.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/clone_test.go | 1 | // Copyright 2022 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/config.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/clean.go | 1 | // Copyright 2022 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/version.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/add.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/pull.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/backup.go | 1 | // Copyright 2021 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/merge.go | 1 | // Copyright 2024 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/reflog.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/show.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/fetch.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/rebase.go | 1 | // Copyright 2024 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/rm.go | 1 | // Copyright 2025 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/log_test.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/diff_output.go | 1 | // Copyright 2022 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/init_test.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/commands_test.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/sql_slash.go | 1 | // Copyright 2024 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/ls.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/stash.go | 1 | // Copyright 2023 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/branch.go | 1 | // Copyright 2019 Dolthub, Inc. | COMMENT |
| LOW | go/cmd/dolt/commands/assist.go | 1 | // Copyright 2022 Dolthub, Inc. | COMMENT |
| 1651 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | go/cmd/dolt/cli/arg_parse_helpers_test.go | 67 | {"John Doe <hi@hi.com>", "John Doe", "hi@hi.com", false}, | CODE |
| LOW⚡ | go/cmd/dolt/cli/arg_parse_helpers_test.go | 68 | {"John Doe <hi@hi.com", "John Doe", "hi@hi.com", false}, | CODE |
| LOW⚡ | go/cmd/dolt/cli/arg_parse_helpers_test.go | 69 | {"John Doe", "", "", true}, | CODE |
| LOW | go/libraries/doltcore/sqle/remotesrv_hook_test.go | 85 | meta, err := datas.NewCommitMeta("test", "test@test.com", "test commit") | CODE |
| LOW | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 1275 | "VALUES ('pbkdf2_sha256$216000$KRpZeDPgwc5E$vl/2hwrmtnckaBT0A8pf63Ph+oYuCHYI7qozMTZihTo=',NULL,1,'admin','','','admi | CODE |
| LOW | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5160 | Expected: []sql.Row{{true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t a | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5202 | {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5203 | {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5209 | {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5210 | {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5217 | {false, true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5218 | {false, false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5224 | {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5225 | {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5231 | {true, false, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 4"}, | CODE |
| LOW⚡ | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5232 | {false, true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3"}, | CODE |
| LOW | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5253 | Expected: []sql.Row{{true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3 | CODE |
| LOW | go/libraries/doltcore/sqle/enginetest/dolt_queries.go | 5257 | Expected: []sql.Row{{true, "John Doe", "johndoe@example.com", "John Doe", "johndoe@example.com", "inserting into t 3 | CODE |
| LOW⚡ | …es/doltcore/sqle/enginetest/dolt_queries_procedures.go | 827 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ', | CODE |
| LOW⚡ | …es/doltcore/sqle/enginetest/dolt_queries_procedures.go | 827 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ', | CODE |
| LOW⚡ | …es/doltcore/sqle/enginetest/dolt_queries_procedures.go | 834 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ', | CODE |
| LOW⚡ | …es/doltcore/sqle/enginetest/dolt_queries_procedures.go | 834 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ', | CODE |
| LOW⚡ | …es/doltcore/sqle/enginetest/dolt_queries_procedures.go | 841 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ', | CODE |
| LOW⚡ | …es/doltcore/sqle/enginetest/dolt_queries_procedures.go | 841 | 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. ', | CODE |
| LOW | …raries/doltcore/sqle/enginetest/dolt_queries_legacy.go | 1193 | {Query: `update episodes set name = 'fake_name' where id = 1`, SkipResultsCheck: true}, | CODE |
| LOW | …raries/doltcore/sqle/enginetest/dolt_queries_legacy.go | 1195 | {int64(1), "fake_name", time.Date(1989, time.December, 18, 3, 0, 0, 0, time.UTC), 8.0}, | CODE |
| LOW | go/libraries/utils/gitauth/normalize_test.go | 31 | {"enter passphrase", "Enter passphrase for key '/tmp/fake_key': "}, | CODE |
| LOW | go/store/nbs/block_store_test.go | 170 | addrs.Insert(hash.Of([]byte("lorem ipsum"))) | CODE |
| LOW | go/store/datas/commit_test.go | 95 | meta, err := NewCommitMetaWithAuthor("test", "test@test.com", "test commit", time.UnixMilli(0)) | CODE |
| LOW | go/store/prolly/tree/json_indexed_document_test.go | 490 | filler[fmt.Sprintf("zzzz_%05d", i)] = "lorem ipsum dolor sit amet, consectetur adipiscing elit" | CODE |
| LOW | go/store/prolly/tree/json_indexed_document_test.go | 490 | filler[fmt.Sprintf("zzzz_%05d", i)] = "lorem ipsum dolor sit amet, consectetur adipiscing elit" | CODE |
| LOW⚡ | go/store/prolly/tree/prolly_fields_test.go | 114 | value: "lorem ipsum", | CODE |
| LOW⚡ | go/store/prolly/tree/prolly_fields_test.go | 119 | value: "lorem ipsum", | CODE |
| LOW⚡ | go/store/prolly/tree/prolly_fields_test.go | 124 | value: []byte("lorem ipsum"), | CODE |
| LOW⚡ | go/store/prolly/tree/prolly_fields_test.go | 174 | value: []byte("lorem ipsum"), | CODE |
| LOW⚡ | go/store/prolly/tree/prolly_fields_test.go | 179 | value: []byte("lorem ipsum"), | CODE |
| LOW⚡ | go/store/prolly/tree/prolly_fields_test.go | 189 | value: "lorem ipsum", | CODE |
| LOW | …tegration-tests/compatibility/test_files/big_table.sql | 2 | (1, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'), | CODE |
| LOW | …tegration-tests/compatibility/test_files/big_table.sql | 2 | (1, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'), | CODE |
| LOW | …tegration-tests/compatibility/test_files/big_table.sql | 61 | (60,'Phasellus dignissim dolor sit amet nunc pellentesque, suscipit mattis massa faucibus.'), | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/libraries/doltcore/merge/merge_schema.go | 480 | // In this case, only theirsChanged, so we need to check if moving from ours->theirs | COMMENT |
| LOW | go/libraries/doltcore/merge/merge_schema.go | 501 | // In this case, only oursChanged, so we need to check if moving from theirs->ours | COMMENT |
| LOW | go/libraries/doltcore/merge/violations_fk_prolly.go | 736 | // Step 1: reduce the source to raw content bytes. For extended sources we also | COMMENT |
| LOW | go/libraries/doltcore/merge/violations_fk_prolly.go | 799 | // Step 2: emit into the target encoding. Native targets take |content| directly; | COMMENT |
| LOW | …/libraries/doltcore/branch_control/expr_parser_node.go | 210 | // Since we have more sort orders in the slice, we need to check if we also match the next one | COMMENT |
| LOW | …/libraries/doltcore/branch_control/expr_parser_node.go | 222 | // If we have no more sort orders in the slice, then we need to check if we match a child | COMMENT |
| LOW | …ore/sqle/binlogreplication/binlog_row_serialization.go | 96 | // Otherwise, for primary key tables, we need to check if the next column is stored in the key or value. | COMMENT |
| LOW⚡ | go/store/prolly/proximity_map.go | 244 | // Step 1: Create `levelMap`, a map from (indexLevel, keyBytes) -> values | COMMENT |
| LOW⚡ | go/store/prolly/proximity_map.go | 249 | // Step 2: Create `pathMaps`, a list of maps, each corresponding to a different level of the ProximityMap | COMMENT |
| LOW⚡ | go/store/prolly/proximity_map.go | 259 | // Step 3: Create an iter over each `pathMap` created in the previous step, and walk the shape of the final ProximityMap | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | go/cmd/dolt/commands/diff.go | 1792 | // Note this is only for printing the diff. This is not robust for other purposes. | COMMENT |
| MEDIUM | …ore/schema/typeinfo/preserve_adaptive_encoding_test.go | 115 | // TestPreserveAdaptiveEncoding_NilInputs verifies the helper is robust to nil inputs — | COMMENT |
| MEDIUM | …libraries/doltcore/dtestutils/sql_server_driver/cmd.go | 441 | // TODO: This could be more robust if we sniffed it on first connect. | COMMENT |
| MEDIUM | go/libraries/doltcore/sqle/database_provider.go | 472 | // TODO: this needs to be robust in the face of the DB not having the default branch | COMMENT |
| MEDIUM | go/store/nbs/cmp_chunk_table_writer.go | 49 | // precise number of bytes written. Definitely don't use this value for offsets or anything like that. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | go/libraries/doltcore/doltdb/doltdb.go | 1185 | // non-nil in the case that the commit cannot be resolved, there aren't as many ancestors as requested, or the | COMMENT |
| HIGH | go/libraries/doltcore/sqle/dsess/session_db_provider.go | 45 | // RequestedName returns the name of the database as requested by the user when the name was resolved to this | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/cmd/dolt/commands/diff.go | 1070 | // TODO: implement `show create database as of ...` | COMMENT |
| LOW | go/cmd/dolt/commands/diff.go | 1489 | // TODO: implement show create database as of ... | COMMENT |
| LOW | go/libraries/doltcore/sqle/tables.go | 1253 | // TODO: implement multi-db support for foreign keys | COMMENT |
| LOW | go/libraries/doltcore/sqle/fk/fk_references.go | 41 | //TODO: implement multi-db support for foreign keys | COMMENT |
| LOW | go/libraries/doltcore/sqle/dtablefunctions/dolt_diff.go | 518 | // TODO: Add tests for privilege checking | COMMENT |
| LOW | …ies/doltcore/sqle/dtablefunctions/dolt_diff_summary.go | 172 | // TODO: Add tests for privilege checking | COMMENT |
| LOW | …e/sqle/dtablefunctions/dolt_preview_merge_conflicts.go | 174 | // TODO: Add tests for privilege checking | COMMENT |
| LOW | …tion-tests/mysql-client-tests/c/mysql-connector-test.c | 66 | // TODO: Add test for mysql_stmt_store_result when supported | COMMENT |
| LOW | …on-tests/mysql-client-tests/c/mariadb-connector-test.c | 66 | // TODO: Add test for mysql_stmt_store_result when supported | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | go/libraries/doltcore/merge/violations_fk_prolly.go | 736 | // Step 1: reduce the source to raw content bytes. For extended sources we also | COMMENT |
| LOW | go/libraries/doltcore/merge/violations_fk_prolly.go | 799 | // Step 2: emit into the target encoding. Native targets take |content| directly; | COMMENT |
| LOW | …re/sqle/binlogreplication/binlog_primary_controller.go | 53 | // NOTE: This method is invoked from a replica sending a command before the replica requests to start streaming the | COMMENT |
| LOW⚡ | go/store/prolly/proximity_map.go | 244 | // Step 1: Create `levelMap`, a map from (indexLevel, keyBytes) -> values | COMMENT |
| LOW⚡ | go/store/prolly/proximity_map.go | 249 | // Step 2: Create `pathMaps`, a list of maps, each corresponding to a different level of the ProximityMap | COMMENT |
| LOW⚡ | go/store/prolly/proximity_map.go | 259 | // Step 3: Create an iter over each `pathMap` created in the previous step, and walk the shape of the final ProximityMap | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | go/libraries/doltcore/sqle/enginetest/dolt_harness.go | 344 | d.engine.Analyzer.Catalog.MySQLDb.AddRootAccount() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/mysql-client-tests/python/python-replication-test.py | 105 | except Exception: | CODE |
| MEDIUM | …ts/mysql-client-tests/python/mariadb-connector-test.py | 75 | print(f"Error connecting to MariaDB: {e}") | CODE |
| MEDIUM | …tion-tests/mysql-client-tests/swift/Sources/main.swift | 50 | print("Error: \(mysql.errorMessage())") | CODE |
| MEDIUM | …tion-tests/mysql-client-tests/swift/Sources/main.swift | 124 | print("Error: \(error)") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | integration-tests/bats/helper/data-generation.bash | 4 | # This file provides utilities for quickly generating substantial amounts of test data | COMMENT |
| MEDIUM | …-tests/go-sql-server-driver/tests/sql-server-orig.yaml | 400 | # Creating a collated database currently creates a new Dolt commit | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | integration-tests/bats/helper/pytest.py | 1 | CODE | |
| LOW | integration-tests/bats/helper/pytest.py | 3 | CODE | |
| LOW | integration-tests/bats/helper/pytest.py | 6 | CODE | |
| LOW | …ion-tests/mysql-client-tests/python/sqlalchemy-test.py | 3 | CODE | |
| LOW | …s/mysql-client-tests/python/python-replication-test.py | 6 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docker/docker-entrypoint.sh | 12 | # Usage: | COMMENT |
| LOW | docker/docker-entrypoint.sh | 71 | # Usage: | COMMENT |
| LOW | docker/docker-entrypoint.sh | 209 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ion-tests/mysql-client-tests/python/sqlalchemy-test.py | 28 | CODE | |
| LOW | …ts/mysql-client-tests/python/mariadb-connector-test.py | 24 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | integration-tests/mysql-client-tests/node/helpers.js | 39 | export function getQueryWithEscapedParameters(q, parameters) { | CODE |