- Los Angeles, CA
- https://www.dolthub.com/team#zach
Block or Report
Block or report zachmu
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
dolthub/go-mysql-server Public
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
-
-
escape-from-enceladus Public
Development repository for Escape From Enceladus, my one-man indie Metroidvania game.
C# 6
-
auto-rotoscope Public
Tool for game creators to automate rotoscoping video into sprites, using basic silhouette detection. Uses Windows Forms for the front end.
C# 4
3,114 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 108 commits in 4 repositories
Opened 17 pull requests in 3 repositories
dolthub/dolt
1
open
6
merged
4
closed
- Reimplemented dolt diff command to use SQL queries
- Changed CLI docs generation to use bold paragraphs instead of subheadings for arguments etc.
- [no-release-notes] Adding concurrency section for a couple ci workflows
- Zachmu/ci3
- Zachmu/ct 2
- workflow concurrency test
- [no-release-notes] Added concurrency section to workflows to prevent more than one instance of each workflow per PR from running at a time
- [no-release-notes] Reimplemented history table to not rely on noms table format
- Unskip newly working bats tests
- Unskip more passing bats tests
- [no-release-notes] Fixed temp tables in new format, unskipped tests
dolthub/docs
4
merged
Reviewed 49 pull requests in 5 repositories
dolthub/dolt
23 pull requests
- [no-release-notes] Skip flakey sql-merge.bats tests
- persistable vars
- [no-release-notes] Unify dolt blame
- go/libraries/doltcore/sqle/index: Cache durable.Index values for primary and secondary data.
- Improved error message for multistatement query failing during exec
- bugfix: using nils instead of "NULL" strings
- Differentiate between staged and unstaged table deltas in dolt_diff system table
-
[no-release-notes] Unskip script tests for
__DOLT_1__ - Modified README to be more "database version control"-centric
- [no-release-notes] only create privilege file, when specified with option
-
[no-release-notes] /doltcore/sqle/enginetest: Added alternative query plans for
__DOLT_1__ - [no-release-notes] merge sets of conflicts together
- [no-release-notes] doltcore/sqle/enginetest: Unskip some new format enginetests
- [no-release-notes] Reimplemented history table to not rely on noms table format
-
Adding working set changes to unscoped
dolt_diffsystem table - [no-release-notes] doltcore/sqle/enginetest: Validating Enginetest Harness
- checkout proc startpoint
- Bug fix for not saving explicit name and email settings to local config
- Apply index lookups on diff tables
- change dolt_diff system table to coerce schema by name only
- [no-release-notes] progress on Diff and Merge
-
Grant access to
mysqldatabase when in dolt shell -
Adding support for deleting and renaming branches from SQL with
dolt_branch
dolthub/go-mysql-server
19 pull requests
- [no-release-notes] use varchar instead of text
- Column Statistics
- Support describe for views
- Fixed returning null type instead of null value
- [no-release-notes] sql/{analyzer,plan}: Be a bit more deliberate about where we use NullSafeEquals vs Equals in index search expressions.
- Improve NULL handling in JOINs and index lookups on NULL comparisons.
- blob enginetests
- Removed array type and non-compliant functions
- Improved error message for converting unsupported geospatial types
- Adding a unique index should throw an error if duplicate rows exist
- Adding EngineTests for polygons with multiple linestrings
-
Allow
REGEXPargs to be converted - Fix prep AS OF
- enginetest: Parameterize query plan tests
- [no-release-notes] add persist interface
- Type value changes & row type assertions
- enginetest: Validating Enginetest Harness
- cleanup enginetest
- Parallelize IndexedTableAccess on DoltDiff tables
dolthub/docs
3 pull requests
dolthub/vitess
2 pull requests
dolthub/sqllogictest
2 pull requests
Created an issue in dolthub/dolt that received 1 comment
set @@persist doesn't update session values
In the SQL shell: difftest> set @@persist.dolt_transaction_commit = 1; difftest> show variables like '%dolt%'; +-------------------------------+---…


