Skip to content

Conversation

@TheRustifyer
Copy link
Member

No description provided.

TheRustifyer and others added 30 commits October 30, 2022 12:24
…ility of upload-tests-results-actions with the XML output, will stay deactivated until a solution is found
…orrect clippy warnings and format according rustfmt (#21)

* #feature - setting up worflows for multiple different OS and Rust versions

* #feature - code-quality workflow for lint with Clippy, and formatting with rustfmt. OS independent tests only gets triggered on push tags, just for reflecting the status badge for every new release. A new continuous-integration workflow runs now on every push and PR, being the default required statuses to pass before do anything against the main branch

* #feature Added cache for multiple jobs on the new workflows

* #Fix - Solved clippy warnings on the project

* #feature - formatted project with rustmt

* #feature - psql docker now has config for have an static ip

* #feature - Integration Tests for the base CRUD operations available in Canyon-SQL. 

* #fix - Corrected macro paths to canyon_sql::bounds on the macro insert operations generator
…cedures created to create tables on the SQL server client
…ed from the map of cached connections to &mut self
…m created tokio runtime. Test macro also works with the custom runtime. The cache connections initializer now its runned inside the macros and it's allowed to be async
…ent' into feature/GH-27-feature-refactor-the-migrations-api
…r module are now in canyon_observer, reducing project structure complexity
…grations process nowadays. Initialized a new tests module for the MigrationsHelper
…eceive the query parameters as &dyn QueryParameters and the query is full parametrized
TheRustifyer and others added 29 commits December 18, 2022 22:44
…igrations-api

Fixed level of conditionals for Foreign Key comparison operations
… discard entities, or full migrations by specifying it in annotations
…the changes per datasource configured. There's no more String parsing-converison-rewiring, now it's works directly from a TokenStream
…a bug that was leading to not trigger the database column type
…. Added more suppoted types on the migrations
…t the SQLSERVER update clause. Pending to review it
…rate SET clauses. Also now is values are parametrized. Tests are reordered and fully reenabled
…l be considered the testing crates.io version
…tuple that are inside the array of the param columns of the set clause,there's no need to pass references
…ations proc macro. Now they're free of that restriction
Changes for the very first Canyon release v0.0.1
@TheRustifyer TheRustifyer merged commit df48451 into development Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants