Data architect and database performance specialist.
Popular repositories Loading
13 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
February 2025
Created 2 commits in 1 repository
Created 1 repository
-
amachanic/sqlglot
Python
This contribution was made on Feb 6
Created a pull request in tobymao/sqlglot that received 3 comments
fix(tsql)!: Properly set 'this' when parsing IDENTITY
This PR fixes an issue whereby T-SQL to Postgres transpilation doesn't properly work when the IDENTITY property is used in a CREATE TABLE statement: …
+4
−1
lines changed
•
3
comments
Opened 1 other pull request in 1 repository
tobymao/sqlglot
1
merged
-
fix(tsql, postgres)!: Improve UUID support
This contribution was made on Feb 7
Reviewed 1 pull request in 1 repository
tobymao/sqlglot
1 pull request
-
fix(tsql, postgres)!: Improve UUID support
This contribution was made on Feb 7
Created an issue in tobymao/sqlglot that received 2 comments
SQL Server to Postgres CREATE TABLE transpilation issues
sqlglot 26.4.1
Input: sqlglot.transpile('create table x (i int identity(1,1) not null)', read='tsql', write='postgres')
Output: ['CREATE TABLE x (i…
2
comments