Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize mock #280

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Optimize mock #280

merged 1 commit into from
Aug 31, 2023

Conversation

hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Aug 31, 2023

Closes #

πŸ“‘ Description

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

@hwbrzzl hwbrzzl merged commit 5928496 into master Aug 31, 2023
@hwbrzzl hwbrzzl deleted the bowen/optimize-mock branch August 31, 2023 09:48
hwbrzzl added a commit that referenced this pull request Mar 14, 2024
hwbrzzl added a commit that referenced this pull request Mar 14, 2024
hwbrzzl added a commit that referenced this pull request Mar 14, 2024
hwbrzzl added a commit that referenced this pull request Mar 19, 2024
hwbrzzl added a commit that referenced this pull request May 8, 2024
hwbrzzl added a commit that referenced this pull request Aug 21, 2024
hwbrzzl added a commit that referenced this pull request Aug 21, 2024
…and (#606)

* feat: [#280] Refactor database migrate - optimize make:migration command

* chore: update mocks

* add Connection to Migration

* chore: update mocks

* fix unit test

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Sep 2, 2024
hwbrzzl added a commit that referenced this pull request Sep 15, 2024
hwbrzzl added a commit that referenced this pull request Sep 21, 2024
hwbrzzl added a commit that referenced this pull request Sep 22, 2024
* Implement Create

* Add DropIfExist

* chore: update mocks

* Add unit tests

* add test cases

* add test cases

* ifx

* optimize code

* optimize test cases

* optimize test cases

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Oct 1, 2024
hwbrzzl added a commit that referenced this pull request Oct 3, 2024
hwbrzzl added a commit that referenced this pull request Oct 3, 2024
hwbrzzl added a commit that referenced this pull request Oct 3, 2024
* fix: [#280] prefix is not added to table

* fix test
hwbrzzl added a commit that referenced this pull request Oct 3, 2024
hwbrzzl added a commit that referenced this pull request Oct 3, 2024
hwbrzzl added a commit that referenced this pull request Oct 4, 2024
hwbrzzl added a commit that referenced this pull request Oct 4, 2024
hwbrzzl added a commit that referenced this pull request Oct 4, 2024
* feat: [#280] Manage migrations table

* optimize structure

* chore: update mocks

* fix test

* add error

* chore: update mocks

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Oct 5, 2024
hwbrzzl added a commit that referenced this pull request Oct 5, 2024
hwbrzzl added a commit that referenced this pull request Oct 5, 2024
hwbrzzl added a commit that referenced this pull request Oct 5, 2024
hwbrzzl added a commit that referenced this pull request Oct 5, 2024
* feat: [#280] Add change table feature

* fix test

* remove fmt
hwbrzzl added a commit that referenced this pull request Oct 5, 2024
hwbrzzl added a commit that referenced this pull request Nov 8, 2024
hwbrzzl added a commit that referenced this pull request Nov 8, 2024
hwbrzzl added a commit that referenced this pull request Nov 8, 2024
hwbrzzl added a commit that referenced this pull request Nov 9, 2024
hwbrzzl added a commit that referenced this pull request Nov 9, 2024
* feat: [#280] Add Sqlite driver

* feat: [#280] Add Sqlite driver

* implement sqlite schema

* fix unit tests

* fix unit tests
hwbrzzl added a commit that referenced this pull request Nov 9, 2024
hwbrzzl added a commit that referenced this pull request Nov 12, 2024
* fix: [#280] add wrap for sql

* add tests

* update test

* update test

* update test
hwbrzzl added a commit that referenced this pull request Nov 16, 2024
hwbrzzl added a commit that referenced this pull request Nov 17, 2024
hwbrzzl added a commit that referenced this pull request Nov 17, 2024
hwbrzzl added a commit that referenced this pull request Nov 17, 2024
* feat: [#280] Implement Mysql driver

* Add unit tests

* fix test

* fix AI comments

* add ready method
hwbrzzl added a commit that referenced this pull request Nov 17, 2024
hwbrzzl added a commit that referenced this pull request Nov 17, 2024
hwbrzzl added a commit that referenced this pull request Nov 18, 2024
* feat: [#280] Implement Sqlserver driver

* add test cases

* optimize

* add test

* update test cases
hwbrzzl added a commit that referenced this pull request Nov 18, 2024
hwbrzzl added a commit that referenced this pull request Nov 19, 2024
* feat: [#280] Add integer methods

* chore: update mocks

* optimize

* chore: update mocks

* optimize

* chore: update mocks

* optimize

* Add test cases

* Optimize test cases

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Nov 20, 2024
hwbrzzl added a commit that referenced this pull request Nov 20, 2024
* Add test cases

* chore: update mocks

* Add test cases

* Fix nil

* Optimize test

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Nov 20, 2024
hwbrzzl added a commit that referenced this pull request Nov 21, 2024
hwbrzzl added a commit that referenced this pull request Nov 21, 2024
* feat: [#280] Add Text, Json, etc methods

* Add test cases

* Add test cases
hwbrzzl added a commit that referenced this pull request Nov 21, 2024
hwbrzzl added a commit that referenced this pull request Nov 30, 2024
hwbrzzl added a commit that referenced this pull request Nov 30, 2024
* feat: [#280] Add Time methods

* Add column methods, TODO: test UseCurrent, Default, etc

* chore: update mocks

* Add test cases, TODO: fix TestColumnMethods_Sqlite

* chore: update mocks

* test

* Add test cases, TODO: optimize TestColumnExtraAttributes

* chore: update mocks

* Add test cases, TODO: optimize TestColumnExtraAttributes

* fix test

* fix test

* fix test

* Add test cases

* Remove test

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Nov 30, 2024
hwbrzzl added a commit that referenced this pull request Dec 3, 2024
hwbrzzl added a commit that referenced this pull request Dec 5, 2024
hwbrzzl added a commit that referenced this pull request Dec 5, 2024
* feat: [#280] Add index methods

* chore: update mocks

* Add logic

* chore: update mocks

* Rename

* Add test

* Add test

* Update test

* fix test

* add foreign keys logic

* chore: update mocks

* Add foreign keys logic

* Add test cases

* chore: update mocks

* Optimize test cases

* chore: update mocks

* Fix test cases

* Optimize test cases

---------

Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
hwbrzzl added a commit that referenced this pull request Dec 5, 2024
hwbrzzl added a commit that referenced this pull request Dec 6, 2024
* feat: [#280] Add some methods for Schema

* Add test

* Add test cases

* Update database/schema/sqlite_schema.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
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.

1 participant