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 24 commits to main ChobobDev/gluesql
  • Fix typo (#1020) f3094f2
  • Remove LimitOffsetNode in AST builder (#1023) 90efdf9
  • Add LIST type support in CONCAT function (#1021) Add LIST Datatype to Concat Function This Concat Function will con... 075a3c4
  • Change Payload::Select rows not to use data::Row, Replace rows type from Vec<Row> to Vec<Vec<Value> not to expose Ro... 37ec20a
  • Replace data::Row to Vec<Value> in Store traits bc68a53
  • Update data::Row to have `columns: Rc<[String]>` field f08fb22
  • Remove redundant columns uses, Remove columns field in BlendContext and FilterContext. Update Join module not to tak... 5c37b7b
  • Merge pull request #1026 from gluesql/put-columns-into-row-struct Prior steps - Make data::Row struct only work in e... b58ced5
  • Merge FilterContext and BlendContext into RowContext (#1029) Remove FilterContext and BlendContext. Add RowContext ... 8d7af7a
  • Merge insert logics in row.rs & execute.rs into executor/insert.rs (#1031) Insert execution code logics are splitted... 34c628c
  • Fix test-suite tester functions to show (found, expected) shape (#1028) 97ee20c
  • Remove `Content::Shared` variant in executor/ `RowContext` (#1032) 0c273cb
  • Support `TableFactor::{Derived, Dictionary, Series}` in AstBuilder (#1007) From now, we can use Dictionary, SERIES(N... 8c88b9b
  • Bump rust toolchain version to 1.65 (#1035) * Bump rust version to `1.65` * If derive `PartialEq`, you also add `Eq... b92459d
  • Add Debug to AST builder nodes (#1022) 307275c
  • Rename file & modules names "blend" to "project" in core and test-suite workspaces (#1036) 2f62e33
  • Remove unused LimitOffsetNode in AST builder (#1038) 49bd521
  • Reorder project in ASTBuilder (project -> ordery_by -> limit,offset) (#1039) - Goal Currently, the execution order ... c3a33c5
  • Remove data::RowError, (#1040) - Move RowError::NumberOfValuesDifferent to SelectError. - Remove RowError::Conflict... 9ddfaa9
  • Remove unused prebuild nodes & move test cases in AST builder (#1043) remove unused prebuild nodes of project node: ... e99d792
  • and 4 more ...

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • test: remove misleading test case 7ee58e4

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • test: improve line coverage of convert.rs 1a296e3

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • test: improve coverage of json.rs f285763

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • test: improve coverage of macros 9928766

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • fix: remove unreachable data type e6dcdc5

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • feat: add unsinged int to key and json rs f4232ad

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • feat: add unsinged int to primitive bbfcede

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • feat: implememnt convert for unsigned int f22f06c

View on GitHub

ChobobDev pushed 1 commit to feature/uint_data_type ChobobDev/gluesql
  • feat: add new datatype into macro.rs 784cdcc

View on GitHub

ChobobDev created a branch on ChobobDev/gluesql

feature/uint_data_type - GlueSQL is quite sticky, it attaches to anywhere.

ChobobDev pushed 9 commits to main ChobobDev/gluesql
  • Apply binary_op macros to existing data types (#987) 2542a72
  • Resolve unreachable branch of `Value::position` (#1012) The unit test coverage is satisfied, but the error branch th... 4d3c3be
  • Change to use internal chrono errors in parsing datetime (#1010) We previously added an error that mimics chrono::fo... 6ddba4e
  • Add value/ binary_op `Parital{Ord,Cmp}` impl macro (#1013) 24ec33b
  • Move import `ColumnOption` used only by `alter-table` feature (#1014) a833f82
  • Add --all-targets option to cargo clippy rust gh-action (#1015) 521a7f7
  • Add null() func which makes NULL value in AST builder (#1016) 8cb80a8
  • Update ValueError::InvalidJsonString error to show input text (#1018) f764d24
  • Add NumericNode to handle numeric value inputs in AST builder (#1017) Now, num AST builder sugar function supports m... a3e3721

View on GitHub

ChobobDev deleted a branch ChobobDev/gluesql

feature/int_data_type

ChobobDev pushed 1 commit to feature/int_data_type ChobobDev/gluesql

View on GitHub

ChobobDev pushed 1 commit to feature/int_data_type ChobobDev/gluesql

View on GitHub

ChobobDev pushed 23 commits to feature/int_data_type ChobobDev/gluesql
  • Support the way to migrate whole databse with `--dump {PATH}` argument (#977) Dump whole schemas and data by generat... e023fb2
  • Replace double quote to single quote for string representation (#988) 427b827
  • Add examples for MemoryStorage (#499) 2a8e386
  • Replace `TryFrom for AstLiteral` => `TryFrom for Expr`, add more test to dump (#990) Replace TryFrom for AstLiteral ... 9cf5593
  • Bump cli, core, pkg/rust and test-suite versions to v0.13.1 (#991) * Bump cli, core, pkg/rust and test-suite version... af908dc
  • Fix pkg/rust/Cargo.toml README path f2c9f33
  • Merge remote-tracking branch 'upstream/main' into release-v0.13.1-to-main 2f14d28
  • fix: handle U16 to Expr 2293efc
  • test: fix case from fet_all_schemas to GLUE_OBJECTS due to `created` diff 79d2177
  • Merge pull request #992 from devgony/release-v0.13.1-to-main Merge main to release-v0.13.1 685ab8f
  • Merge pull request #993 from gluesql/release-v0.13.1 Merge release-v0.13.1 to main e4156c0
  • Update rust.yml github action to test examples/ (#994) 74eb4e7
  • Replace ColumnOption::{Null, NotNull} to ColumnDef->nullable field (#986) Remove ColumnOption::{Null, NotNull} Add ... 6d147f5
  • Register lock when fetch_all_schemas face idle in SledStorage (#996) Let user be able to use fetch_all_schemas even ... 6b4583f
  • Improve duplicate column names validation (#995) 1. CREATE TABLE with duplicate column name should get Error gluesq... 28a9181
  • Change chrono `from_*` methods to `from_*_opt` (#1000) Change chrono `from_*` methods to `from_*_opt` Set `chrono` ... 15e8a08
  • Replace `double quotes` to `identifier` (#1001) Currently, Both double quotes and single quotes evaluated as literal... fa060b3
  • Modify default ColumnOption from NOT NULL to NULL (#997) For better user experience, Let's modify default ColumnDef.... 12afef7
  • Make MemoryStorage Store trait features optional, (#1003) Update memory-storage/Cargo.toml to handle alter-table, in... 3b24587
  • Make test-suite Tester::new async (#1004) 7804d43
  • and 3 more ...

View on GitHub

ChobobDev pushed 22 commits to main ChobobDev/gluesql
  • Support the way to migrate whole databse with `--dump {PATH}` argument (#977) Dump whole schemas and data by generat... e023fb2
  • Replace double quote to single quote for string representation (#988) 427b827
  • Add examples for MemoryStorage (#499) 2a8e386
  • Replace `TryFrom for AstLiteral` => `TryFrom for Expr`, add more test to dump (#990) Replace TryFrom for AstLiteral ... 9cf5593
  • Bump cli, core, pkg/rust and test-suite versions to v0.13.1 (#991) * Bump cli, core, pkg/rust and test-suite version... af908dc
  • Fix pkg/rust/Cargo.toml README path f2c9f33
  • Merge remote-tracking branch 'upstream/main' into release-v0.13.1-to-main 2f14d28
  • fix: handle U16 to Expr 2293efc
  • test: fix case from fet_all_schemas to GLUE_OBJECTS due to `created` diff 79d2177
  • Merge pull request #992 from devgony/release-v0.13.1-to-main Merge main to release-v0.13.1 685ab8f
  • Merge pull request #993 from gluesql/release-v0.13.1 Merge release-v0.13.1 to main e4156c0
  • Update rust.yml github action to test examples/ (#994) 74eb4e7
  • Replace ColumnOption::{Null, NotNull} to ColumnDef->nullable field (#986) Remove ColumnOption::{Null, NotNull} Add ... 6d147f5
  • Register lock when fetch_all_schemas face idle in SledStorage (#996) Let user be able to use fetch_all_schemas even ... 6b4583f
  • Improve duplicate column names validation (#995) 1. CREATE TABLE with duplicate column name should get Error gluesq... 28a9181
  • Change chrono `from_*` methods to `from_*_opt` (#1000) Change chrono `from_*` methods to `from_*_opt` Set `chrono` ... 15e8a08
  • Replace `double quotes` to `identifier` (#1001) Currently, Both double quotes and single quotes evaluated as literal... fa060b3
  • Modify default ColumnOption from NOT NULL to NULL (#997) For better user experience, Let's modify default ColumnDef.... 12afef7
  • Make MemoryStorage Store trait features optional, (#1003) Update memory-storage/Cargo.toml to handle alter-table, in... 3b24587
  • Make test-suite Tester::new async (#1004) 7804d43
  • and 2 more ...

View on GitHub

ChobobDev pushed 1 commit to feature/int_data_type ChobobDev/gluesql

View on GitHub

ChobobDev pushed 1 commit to feature/int_data_type ChobobDev/gluesql
  • test: remove redundant test case c31379a

View on GitHub

ChobobDev pushed 1 commit to feature/int_data_type ChobobDev/gluesql
  • feat: cast sum into f64 for avg 9e411bb

View on GitHub

ChobobDev pushed 1 commit to feature/int_data_type ChobobDev/gluesql
  • feat: cast expr_sub into f64 2098414

View on GitHub

ChobobDev deleted a branch ChobobDev/gluesql

ast_builder/extr/ltrim_rtrim

ChobobDev deleted a branch ChobobDev/gluesql

ast_builder/expr/to_date

ChobobDev deleted a branch ChobobDev/gluesql

ast_builder/expr/trims

ChobobDev deleted a branch ChobobDev/gluesql

style/ast_builder

ChobobDev deleted a branch ChobobDev/gluesql

feature/data_type_i16

ChobobDev deleted a branch ChobobDev/gluesql

ast_builder/expr/to_time

ChobobDev deleted a branch ChobobDev/gluesql

ast_builder/expr/lower

Load more