Popular repositories Loading
-
clj-sendgrid
clj-sendgrid PublicForked from anthontaylor/clj-sendgrid
A Clojure Library for the Sendgrid API v3
Clojure 1
-
graphql-engine
graphql-engine PublicForked from hasura/graphql-engine
Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
Haskell 1
-
-
Competitive-Programming
Competitive-Programming PublicForked from praveendareddy21/Competitive-Programming
My solutions from different contests and online Judge.
C++
-
Employee-Payroll-Management
Employee-Payroll-Management PublicEmployee Payroll Management with daily attendance,leave management and salary calculation.
Java
521 contributions in the last year
Skip to contributions year listDay of Week | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
August 2025
Created 4 commits in 1 repository
Opened 4 pull requests in 1 repository
hasura/ndc-hub
1
open
3
merged
-
Add upgrade command for oracle-promptql,postgres-promptql,mysql-promptql,clickhouse-promptql and phoenix
This contribution was made on Aug 26
-
snowflake-jdbc v1.2.17
This contribution was made on Aug 19
-
Fix aggregation on special float values
This contribution was made on Aug 12
-
Fix object descriptions of the JDBC connectors when there is no DB description
This contribution was made on Aug 5
Reviewed 2 pull requests in 2 repositories
hasura/ndc-jvm-mono
1 pull request
-
Fix: Snowflake prevent exponential growth in CTE vars query result size
This contribution was made on Aug 14
hasura/ndc-hub
1 pull request
-
Publish prompql programs connector v0.1.0
This contribution was made on Aug 7
Created an issue in jOOQ/jOOQ that received 2 comments
fetch()
fails with NaN values from aggregate functions (SUM) while direct SELECT works
Expected behavior
fetch()
method fails when aggregate functions (like SUM) return NaN values, even though direct SELECT of NaN values works perfect…