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

Add Load method without parameters to YeSqlLoader class #72

Closed
MrDave1999 opened this issue Jun 24, 2023 · 0 comments · Fixed by #79
Closed

Add Load method without parameters to YeSqlLoader class #72

MrDave1999 opened this issue Jun 24, 2023 · 0 comments · Fixed by #79
Labels
feature New feature or request loader Issue or pull request related to SQL files loader
Milestone

Comments

@MrDave1999
Copy link
Member

MrDave1999 commented Jun 24, 2023

Usage

var sqlStatements = new YeSqlLoader().Load();

This method will search for .sql files inside the yesql folder. It should be noted that this method searches from the current directory (where the application assemblies are located).

Related to issue #12

@MrDave1999 MrDave1999 added feature New feature or request loader Issue or pull request related to SQL files loader labels Jun 24, 2023
@MrDave1999 MrDave1999 added this to the 0.5.0-alpha milestone Jun 24, 2023
@MrDave1999 MrDave1999 modified the milestones: Working Set, Backlog Dec 8, 2023
@MrDave1999 MrDave1999 modified the milestones: Backlog, Working Set Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request loader Issue or pull request related to SQL files loader
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant