Ecosyste.ms: Timeline

Browse the timeline of over 8.2 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

ChobobDev/gluesql

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • feat: implement omitted part 3bf6d1b

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • feat: implement plan expr 64b0e35

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • feat: update the changes due to prev commit d4a5848

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • feat: fix misleading expression 2b23bc9

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • feat : implement basic translate logic 63f0bbe

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • chore : update cargo lock 9afc4ea

View on GitHub

ChobobDev pushed 2 commits to feat/expr/array ChobobDev/gluesql
  • test : update test siutes to suit new test macro 5ed311a
  • Merge remote-tracking branch 'origin' into feat/expr/array 71e3a62

View on GitHub

ChobobDev pushed 41 commits to feat/expr/array ChobobDev/gluesql
  • Remove eval_to_{int|float..} macro uses in core/../evaluate/function.rs, (#1361) Update all function return types fr... 5a43cd2
  • Reflect deprecation of from_utc in chrono crate (#1415) Resolved Clippy warning Ref. https://docs.rs/chrono/latest/... ad2c4fc
  • Change core/store RowIter type from Iterator to Stream (#1419) #### Background: Currently, the return type of the d... 5bdb3b7
  • Implement Python binding (#1357) This PR implements Python bindings for the following storages: - MemoryStorage ... 1f519b5
  • Add documentation for SPLICE function (#1423) 1dc9f43
  • Add ast builder character_conversion test cases (#1424) 7d04ce7
  • Add documentation for SLICE function (#1425) a509e78
  • Implement `select` iterator utility function for `Payload` (#1429) b5ccdc0
  • Write docmentation for ast builder character_conversion (#1428) e417a88
  • Remove unnecessary comments in evalaute/function.rs (#1431) 8a3ba04
  • Implement DEDUP function (#1430) Removes consecutive repeated elements e.g. SELECT DEDUP(CAST('[0, 1, 2, 2, 3, 4,... 1b37cdd
  • Upgrade to version 0.4.31 and adjust millisecond value in Timestamp creation (#1427) Cause: After upgrading to vers... 903ccb7
  • Add test cases for ast builder lpad & rpad functions (#1433) 7fe82ac
  • Implement AST Builder index_by node (#1355) Implements index_by Expression for AST Builder They take a similar fo... 42119a8
  • Write documentation for AST Builder lpad & rpad (#1434) e248963
  • Add default impl codes to StoreMut trait (#1435) bc71fe9
  • Update docs/ast-builder padding.md code block lang keyword, (#1436) Rename "rs" to "rust". "rs" is not supported by... 110629e
  • Add CsvStorage support to CLI & Rust package (#1437) 6f60c3d
  • Fix parsing of BigDecimal literals with zero fraction part as floats, not ints (#1416) Resolve issue #1309 where Big... befffa8
  • Implement Redis storage (#1396) Implement RedisStorage with `Store`, `StoreMut`, `AlterTable` and `Metadata` trait i... 8a2cb5b
  • and 21 more ...

View on GitHub

ChobobDev pushed 20 commits to main ChobobDev/gluesql
  • Bump versions to v0.15.0 aa6fda9
  • Write v0.15.0 release note a4e6bb9
  • Bump versions to v0.15 in docs/../rust.md and pkg/javascript/package.json eabb1b2
  • chore: bump `[itertools, stum_macros, ordered-float]` 069a30e
  • Add python package link to release note 0f67202
  • chore: bump `sqlparser` to 0.39 8e1b102
  • chore/python: resolve clippy warnings c0c80f0
  • fix: translate `{INT64, INT8, UINT64, UINT8}` a70fdb5
  • Fix cdn package link in pkg/javascript/README.md - bump js pkg version to 0.15.1 d0d79fa
  • Add redis-storage to pkg/rust/Cargo.toml 69867f5
  • Update pkg/javascript/README.md cdn link to use latest gluesql package bcd747e
  • Merge pull request #1439 from gluesql/release-v0.15 Release v0.15 fdb01e3
  • chore: add translate_data_type unit test 6879507
  • chore: add cast err test case f84eafc
  • Merge pull request #1440 from ever0de/chore/bump-dependencies chore: bump `[sqlparser, itertools, stum_macros, order... ae0809f
  • fix: tiny typo in values test e746fd8
  • feat: implement KEYS function c3229a4
  • Merge pull request #1441 from PzaThief/feature/implement-Keys-function feat: implement keys function 58b4d97
  • Update coverage action to run on self-hosted runner (#1443) * Update coverage action to run on self-hosted runner *... 3458607
  • Implement Mongo storage (#1261) Implement Mongo storage to query by SQL Implement validator with jsonSchema for s... 235fd6e

View on GitHub

ChobobDev pushed 1 commit to main ChobobDev/gluesql
  • Implement Redis storage (#1396) Implement RedisStorage with `Store`, `StoreMut`, `AlterTable` and `Metadata` trait i... 8a2cb5b

View on GitHub

ChobobDev pushed 19 commits to main ChobobDev/gluesql
  • Remove eval_to_{int|float..} macro uses in core/../evaluate/function.rs, (#1361) Update all function return types fr... 5a43cd2
  • Reflect deprecation of from_utc in chrono crate (#1415) Resolved Clippy warning Ref. https://docs.rs/chrono/latest/... ad2c4fc
  • Change core/store RowIter type from Iterator to Stream (#1419) #### Background: Currently, the return type of the d... 5bdb3b7
  • Implement Python binding (#1357) This PR implements Python bindings for the following storages: - MemoryStorage ... 1f519b5
  • Add documentation for SPLICE function (#1423) 1dc9f43
  • Add ast builder character_conversion test cases (#1424) 7d04ce7
  • Add documentation for SLICE function (#1425) a509e78
  • Implement `select` iterator utility function for `Payload` (#1429) b5ccdc0
  • Write docmentation for ast builder character_conversion (#1428) e417a88
  • Remove unnecessary comments in evalaute/function.rs (#1431) 8a3ba04
  • Implement DEDUP function (#1430) Removes consecutive repeated elements e.g. SELECT DEDUP(CAST('[0, 1, 2, 2, 3, 4,... 1b37cdd
  • Upgrade to version 0.4.31 and adjust millisecond value in Timestamp creation (#1427) Cause: After upgrading to vers... 903ccb7
  • Add test cases for ast builder lpad & rpad functions (#1433) 7fe82ac
  • Implement AST Builder index_by node (#1355) Implements index_by Expression for AST Builder They take a similar fo... 42119a8
  • Write documentation for AST Builder lpad & rpad (#1434) e248963
  • Add default impl codes to StoreMut trait (#1435) bc71fe9
  • Update docs/ast-builder padding.md code block lang keyword, (#1436) Rename "rs" to "rust". "rs" is not supported by... 110629e
  • Add CsvStorage support to CLI & Rust package (#1437) 6f60c3d
  • Fix parsing of BigDecimal literals with zero fraction part as floats, not ints (#1416) Resolve issue #1309 where Big... befffa8

View on GitHub

ChobobDev pushed 41 commits to feat/expr/array ChobobDev/gluesql
  • Implement SKIP function (#1325) Add skip Function to LIST Data Type This function takes an integer n as an argument... aaeedc0
  • Implement bitwise not (~) unary operator support (#1321) a4b1d59
  • Implement ENTRIES function (#1315) Implement ENTRIES() which retrieves (key, value) pairs from the list value 3439d73
  • Implement AST builder skip function (#1334) e.g. skip(col("list"), num(2)) expr("list").skip(num(2)) b186966
  • Refactor GCD and LCM functions (#1331) - GCD The GCD function is now implemented using iteration not recursive func... 8c3c073
  • Implement ast_builder is_empty function (#1337) e.g. let actual = is_empty(col("list")); let expected = "IS_EMPTY(... 0ea13d0
  • Implement LAST_DAY function #1315 (#1323) Extract the last day of the month for the given date | timestamp a624028
  • Implement last_day function in ast_builder (#1344) 596a150
  • Implement take function in ast_builder (#1346) 4cbe8a4
  • Update gh-action author assign - add zmrdltl to reviewers (#1342) 1a093d7
  • Add ExprWithAliasNode to ast builder (#1359) This issue is adding alias_as method to ExprNode. Then it creates Expr... ce0482a
  • Fix Value::evaluate_cmp_with_literal between Decimal and Literal::Number, (#1352) Handle Value::Decimal & Literal::N... 1f4c673
  • Implement select without table feature in AST Builder (#1365) as we support "SELECT 1, 'A';" in sql, support the sa... 0d112b8
  • Simplify Value::evaluate_cmp_with_literal codes & add unit tests, (#1353) Simplify Value::evaluate_cmp_with_literal ... 53f35cf
  • Implement COALESCE function (#1333) Returns the first non-NULL value. Returns NULL if all arguments in the COALESCE... 53b943f
  • Implement bitwise-not operator (~) in ast builder (#1366) f39316a
  • Implement GREATEST function (#1312) The GREATEST function in SQL is used to select the largest (maximum) value from ... 9666367
  • Fix Key::cmp to compare between different types correctly. (#1367) ordering between different Key enum variants were... 3ff2b4c
  • Implement entries in ast builder (#1364) 89d2440
  • Apply pretty_assertions::assert_eq! to core/ ast_builder unit tests (#1369) d316ceb
  • and 21 more ...

View on GitHub

ChobobDev pushed 40 commits to main ChobobDev/gluesql
  • Implement SKIP function (#1325) Add skip Function to LIST Data Type This function takes an integer n as an argument... aaeedc0
  • Implement bitwise not (~) unary operator support (#1321) a4b1d59
  • Implement ENTRIES function (#1315) Implement ENTRIES() which retrieves (key, value) pairs from the list value 3439d73
  • Implement AST builder skip function (#1334) e.g. skip(col("list"), num(2)) expr("list").skip(num(2)) b186966
  • Refactor GCD and LCM functions (#1331) - GCD The GCD function is now implemented using iteration not recursive func... 8c3c073
  • Implement ast_builder is_empty function (#1337) e.g. let actual = is_empty(col("list")); let expected = "IS_EMPTY(... 0ea13d0
  • Implement LAST_DAY function #1315 (#1323) Extract the last day of the month for the given date | timestamp a624028
  • Implement last_day function in ast_builder (#1344) 596a150
  • Implement take function in ast_builder (#1346) 4cbe8a4
  • Update gh-action author assign - add zmrdltl to reviewers (#1342) 1a093d7
  • Add ExprWithAliasNode to ast builder (#1359) This issue is adding alias_as method to ExprNode. Then it creates Expr... ce0482a
  • Fix Value::evaluate_cmp_with_literal between Decimal and Literal::Number, (#1352) Handle Value::Decimal & Literal::N... 1f4c673
  • Implement select without table feature in AST Builder (#1365) as we support "SELECT 1, 'A';" in sql, support the sa... 0d112b8
  • Simplify Value::evaluate_cmp_with_literal codes & add unit tests, (#1353) Simplify Value::evaluate_cmp_with_literal ... 53f35cf
  • Implement COALESCE function (#1333) Returns the first non-NULL value. Returns NULL if all arguments in the COALESCE... 53b943f
  • Implement bitwise-not operator (~) in ast builder (#1366) f39316a
  • Implement GREATEST function (#1312) The GREATEST function in SQL is used to select the largest (maximum) value from ... 9666367
  • Fix Key::cmp to compare between different types correctly. (#1367) ordering between different Key enum variants were... 3ff2b4c
  • Implement entries in ast builder (#1364) 89d2440
  • Apply pretty_assertions::assert_eq! to core/ ast_builder unit tests (#1369) d316ceb
  • and 20 more ...

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • test : add test to integration test fe200de

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql

View on GitHub

ChobobDev pushed 2 commits to feat/expr/array ChobobDev/gluesql
  • test : fix misleading test case b2a91cd
  • feat : remove misleading impl db60f21

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • test : fix misleading test case f4bdf2b

View on GitHub

ChobobDev pushed 13 commits to feat/expr/array ChobobDev/gluesql
  • Implement `SORT` function (#1300) e.g. SELECT SORT(list) FROM Foo; # Default order is ASC SELECT SORT(list, 'ASC')... f5ffae1
  • Update auto-assign-action to be triggered on PR open from fork repos (#1313) Change the config `pull_request` to `pu... 283a6a8
  • Fix spool on `tabular off` and `SelectMap` (#1314) * fix: replace writeln to self.write refactor: extract write_hea... 4788761
  • Update JavaScript package load_indexeddb method to get namespace as a… (#1320) Update JavaScript package load_indexe... 155975a
  • Update wasm-pack-action version to 0.4.0, (#1316) Fix wasm-pack version rather than using latest. GH Action often us... be7b432
  • Upgrade bigdecimal to 0.4.1, sqlparser to 0.36.1 (#1322) 033d1e3
  • Implement BIT_SHIFT_LEFT (<<) binary operation (#1286) Define a new type to support bit shift operation and added a ... 7cd1c5d
  • Implement bitwise-and (`&`) binary operation (#1281) Implement Bitwise And operator e.g. SELECT 29 & 15; -- 13 94d4b77
  • Implement VALUES function for Map type (#1288) implement VALUES to get list of all values of Map. e.g. CREATE TA... 7d2eeb8
  • Update pkg/javascript dist directories to use dist_web/ and dist_nodejs/, (#1326) build files in dist/web and dist/n... 6f848dc
  • Update pkg/javascript not to generate package.json and README.md on wasm-pack build (#1327) update wasm-pack build n... fb1944e
  • Refactor CLI write_rows in print module (#1319) refactor: extract write_header refactor: split self.write to self.{... 5d96a9a
  • Merge branch 'main' into feat/expr/array b8609b9

View on GitHub

ChobobDev pushed 12 commits to main ChobobDev/gluesql
  • Implement `SORT` function (#1300) e.g. SELECT SORT(list) FROM Foo; # Default order is ASC SELECT SORT(list, 'ASC')... f5ffae1
  • Update auto-assign-action to be triggered on PR open from fork repos (#1313) Change the config `pull_request` to `pu... 283a6a8
  • Fix spool on `tabular off` and `SelectMap` (#1314) * fix: replace writeln to self.write refactor: extract write_hea... 4788761
  • Update JavaScript package load_indexeddb method to get namespace as a… (#1320) Update JavaScript package load_indexe... 155975a
  • Update wasm-pack-action version to 0.4.0, (#1316) Fix wasm-pack version rather than using latest. GH Action often us... be7b432
  • Upgrade bigdecimal to 0.4.1, sqlparser to 0.36.1 (#1322) 033d1e3
  • Implement BIT_SHIFT_LEFT (<<) binary operation (#1286) Define a new type to support bit shift operation and added a ... 7cd1c5d
  • Implement bitwise-and (`&`) binary operation (#1281) Implement Bitwise And operator e.g. SELECT 29 & 15; -- 13 94d4b77
  • Implement VALUES function for Map type (#1288) implement VALUES to get list of all values of Map. e.g. CREATE TA... 7d2eeb8
  • Update pkg/javascript dist directories to use dist_web/ and dist_nodejs/, (#1326) build files in dist/web and dist/n... 6f848dc
  • Update pkg/javascript not to generate package.json and README.md on wasm-pack build (#1327) update wasm-pack build n... fb1944e
  • Refactor CLI write_rows in print module (#1319) refactor: extract write_header refactor: split self.write to self.{... 5d96a9a

View on GitHub

ChobobDev pushed 12 commits to main ChobobDev/gluesql
  • Implement `SORT` function (#1300) e.g. SELECT SORT(list) FROM Foo; # Default order is ASC SELECT SORT(list, 'ASC')... f5ffae1
  • Update auto-assign-action to be triggered on PR open from fork repos (#1313) Change the config `pull_request` to `pu... 283a6a8
  • Fix spool on `tabular off` and `SelectMap` (#1314) * fix: replace writeln to self.write refactor: extract write_hea... 4788761
  • Update JavaScript package load_indexeddb method to get namespace as a… (#1320) Update JavaScript package load_indexe... 155975a
  • Update wasm-pack-action version to 0.4.0, (#1316) Fix wasm-pack version rather than using latest. GH Action often us... be7b432
  • Upgrade bigdecimal to 0.4.1, sqlparser to 0.36.1 (#1322) 033d1e3
  • Implement BIT_SHIFT_LEFT (<<) binary operation (#1286) Define a new type to support bit shift operation and added a ... 7cd1c5d
  • Implement bitwise-and (`&`) binary operation (#1281) Implement Bitwise And operator e.g. SELECT 29 & 15; -- 13 94d4b77
  • Implement VALUES function for Map type (#1288) implement VALUES to get list of all values of Map. e.g. CREATE TA... 7d2eeb8
  • Update pkg/javascript dist directories to use dist_web/ and dist_nodejs/, (#1326) build files in dist/web and dist/n... 6f848dc
  • Update pkg/javascript not to generate package.json and README.md on wasm-pack build (#1327) update wasm-pack build n... fb1944e
  • Refactor CLI write_rows in print module (#1319) refactor: extract write_header refactor: split self.write to self.{... 5d96a9a

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • test : fix misleading test case a37e3f7

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • test: fix misleading test cases 2032406

View on GitHub

ChobobDev pushed 1 commit to feat/expr/array ChobobDev/gluesql
  • test : test code for array for list data type 5d2b684

View on GitHub

ChobobDev created a branch on ChobobDev/gluesql

feat/expr/array - GlueSQL is quite sticky, it attaches to anywhere.

ChobobDev pushed 3 commits to main ChobobDev/gluesql
  • Upgrade sqlparser-rs version to 0.35, (#1292) Migrate Expr::Interval AST changes. Migrate SELECT DISTINCT AST chang... 29f4128
  • Fix scalar subquery evaluation to return error on multi-item projection (#1284) Scala Subquery should contain only 1... e09e877
  • Implement `LENGTH` function (#1298) The method should be able to receive String, Map, and List types. 3320431

View on GitHub

ChobobDev pushed 3 commits to main ChobobDev/gluesql
  • Upgrade sqlparser-rs version to 0.35, (#1292) Migrate Expr::Interval AST changes. Migrate SELECT DISTINCT AST chang... 29f4128
  • Fix scalar subquery evaluation to return error on multi-item projection (#1284) Scala Subquery should contain only 1... e09e877
  • Implement `LENGTH` function (#1298) The method should be able to receive String, Map, and List types. 3320431

View on GitHub

ChobobDev deleted a branch ChobobDev/gluesql

bug/scala_subquery

ChobobDev deleted a branch ChobobDev/gluesql

ast_builder/replace

ChobobDev pushed 1 commit to bug/scala_subquery ChobobDev/gluesql

View on GitHub

Load more