{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":643381565,"defaultBranch":"master","name":"sql-basics","ownerLogin":"karenpayneoregon","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-21T01:18:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/17032797?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1684632065.214015","currentOid":""},"activityList":{"items":[{"before":"d24c073e7d8c729b8cc29393b87bbfaa01e28010","after":"cc0c7fd7660cc29aea051d6d9fb5bec25e295d0a","ref":"refs/heads/master","pushedAt":"2024-06-20T20:21:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"new project","shortMessageHtmlLink":"new project"}},{"before":"dccdf39a5a34686b1d48c03087f5916aca60878d","after":"d24c073e7d8c729b8cc29393b87bbfaa01e28010","ref":"refs/heads/master","pushedAt":"2024-06-20T10:43:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"Major updates and new project addition\n\n- Updated `DapperLibrary1.csproj` with `Serilog` packages and `PathMap`\n- Removed `KillMaster` project and its `Program.cs`\n- Implemented Serilog logging in `PersonRepository`\n- Added `StringHelper` and `SetupLogging` classes\n- Introduced `DapperStoredProcedures1` project with initial setup\n- Updated `WritingSqlTips.sln` for project changes\n- Modified `ProductsCategoriesApp.csproj` with Dapper package update\n- Utilized target-typed `new` in `Program.cs`\n- Added `appsettings.json` in `DapperStoredProcedures1` for connection strings\n- Included new image file `command_2.png` and icon `csharp.ico`\n- Added `ApplicationConfiguration.cs` for app configuration and DI setup\n- Created `DataConnections.cs` for managing database connections\n- Enhanced console output with `SpectreConsoleHelpers.cs`\n- Prepared SQL organization with `SqlStatements.cs` and `populate.sql`\n- Added model `Employee.cs` and connection strings in `ConnectionStrings.cs`","shortMessageHtmlLink":"Major updates and new project addition"}},{"before":"ab1d888259f8f293089d5182eb4eb4aa96ed4ae7","after":"dccdf39a5a34686b1d48c03087f5916aca60878d","ref":"refs/heads/master","pushedAt":"2024-06-16T12:57:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"added new column to transaction table for date performed","shortMessageHtmlLink":"added new column to transaction table for date performed"}},{"before":"58ba4697a04e79d0728390d14ada8d35786feb71","after":"ab1d888259f8f293089d5182eb4eb4aa96ed4ae7","ref":"refs/heads/master","pushedAt":"2024-06-16T12:47:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"readme update","shortMessageHtmlLink":"readme update"}},{"before":"9b40bebe84226f6df2bffa408025dac994d4a784","after":"58ba4697a04e79d0728390d14ada8d35786feb71","ref":"refs/heads/master","pushedAt":"2024-06-16T12:31:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"new code","shortMessageHtmlLink":"new code"}},{"before":"10a57602d93c244cd04491e1e67e33483ca5795d","after":"9b40bebe84226f6df2bffa408025dac994d4a784","ref":"refs/heads/master","pushedAt":"2024-06-07T23:41:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"new code","shortMessageHtmlLink":"new code"}},{"before":"36c817ffe643cbad50aa0f41fa28a2f66610fbaa","after":"10a57602d93c244cd04491e1e67e33483ca5795d","ref":"refs/heads/master","pushedAt":"2024-06-02T14:41:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"Updated connection strings, added new classes and projects, and enhanced SQL operations\n\nUpdated connection strings in `appsettings.json` for the \"Development\" environment. Replaced `System.Data.SqlClient` with `Microsoft.Data.SqlClient` in `GetValuesApp.csproj`. Enhanced SQL operations in `Program.cs` and `Operations.cs`. Added override for `ToString` method in `Product` class. Added package references for `Bogus` and `EntityCoreFileLogger`. Added new projects to the solution in `WritingSqlTips.sln`. Added new `appsettings.json`, `DapperBirthdaysComputedColumns.csproj`, `GlobalUsings.cs`, `Program.cs`, `readme.md`, and `command_2.png` files. Added new PNG and ICO files, `Console1.png` and `csharp.ico`. Added new classes `ApplicationConfiguration.cs`, `DapperOperations.cs`, `DataConnections.cs`, `SetupServices.cs`, `SpectreConsoleHelpers.cs`, `SqlStatements.cs`, `BirthDays.cs`, and `ConnectionStrings.cs`. Modified `Program.cs` to include a new `Setup()` method. Added a new SQL script `Populate.sql` for database setup and data population. Modified `appsettings.json` to include connection strings. Added a new configuration file `efpt.config.json` for Entity Framework Core Power Tools. Added `EF_CoreBirthdaysComputedColumns.csproj`, `GlobalUsings.cs`, `Program.cs`, `readme.md`, `ApplicationConfiguration.cs`, `DataConnections.cs`, `SetupServices.cs`, `SpectreConsoleHelpers.cs`, `SqlStatements.cs`, `Context.cs`, `BirthDays.cs`, and `ConnectionStrings.cs` files.","shortMessageHtmlLink":"Updated connection strings, added new classes and projects, and enhan…"}},{"before":"fed3447cee54146bb21fbe639ee13a236e0b8564","after":"36c817ffe643cbad50aa0f41fa28a2f66610fbaa","ref":"refs/heads/master","pushedAt":"2024-05-09T17:18:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"The most significant changes are:\n\n1. In `Program.cs`, the product information display code has been modified to include additional details and visual enhancements. The product color is now displayed in cyan, and the manufacturing cost and country of manufacture are included in the output. In the else block, the product color is displayed twice, and two question marks have been added to the output.\n\n2. In `Form1.Designer.cs`, the `CurrentButton` has been relocated in the code and is now initialized before the `GetRulesButton` and the `dataGridView1`. The button's properties have been set, and a click event handler has been added. The `dataGridView1` has been modified to prevent the addition of rows.\n\n3. In `Form1.cs`, the `System.Diagnostics` namespace has been added, and a breakpoint has been added in the `CurrentButton_Click` method.\n\n4. In `WritingSqlTips.sln`, the project type of `SqlLiteInsertNulls` has been changed, and the `TableAdapterSimple` project has been added to the solution. The build configurations for `TableAdapterSimple` have been added, and the project has been nested under a different parent project.\n\n5. A new `App.config` file has been added, containing a database connection string and specifying that the application supports the .NET Framework version 4.8.\n\n6. In `BooksDataSet.xsc`, `BooksDataSet.xsd`, and `BooksDataSet.xss` files, XML code has been added to define UI settings, schema, and layout for the `Books` and `Categories` tables.\n\n7. In `Form1.cs`, C# code has been added to define the form's behavior, including event handlers for saving changes to the dataset, loading the form, and handling changes to the `Books` binding source. A method for getting changes to the `Books` table has been added.\n\n8. In `Form1.Designer.cs`, a new namespace `TableAdapterSimple` with a partial class `Form1` has been added. This class contains a designer variable `components`, a method `Dispose`, and an `InitializeComponent` method. Instances of `BooksDataSet`, `BindingSource`, `BooksTableAdapter`, `CategoriesTableAdapter`, and `BindingNavigator` have been created. Several UI controls and event handlers have been added.\n\n9. In `Form1.resx`, `Program.cs`, `readme.md`, `TableAdapterSimple.csproj`, and `AssemblyInfo.cs`, XML and C# code has been added to define resources, the main entry point for the application, project settings, and assembly information.\n\n10. In `Resources.Designer.cs`, `Resources.resx`, `Settings.Designer.cs`, and `Settings.settings`, new namespaces, classes, and XML files have been added to define and manage resources and application settings.","shortMessageHtmlLink":"The most significant changes are:"}},{"before":"0e5c589dbeb6709602448d774b2f524eaf144e80","after":"fed3447cee54146bb21fbe639ee13a236e0b8564","ref":"refs/heads/master","pushedAt":"2024-05-03T11:45:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":":curly_loop:","shortMessageHtmlLink":"➰"}},{"before":"db1eac8d9bcdeae98719aad67876bd7014d51016","after":"0e5c589dbeb6709602448d774b2f524eaf144e80","ref":"refs/heads/master","pushedAt":"2024-05-03T11:43:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":":small_orange_diamond: new project","shortMessageHtmlLink":"🔸 new project"}},{"before":"da9daba53bf1aae3422aab74335f10fb8b02cd22","after":"db1eac8d9bcdeae98719aad67876bd7014d51016","ref":"refs/heads/master","pushedAt":"2024-05-02T15:42:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"updates","shortMessageHtmlLink":"updates"}},{"before":"952e7488dd8ed55f8c67a81661017b96047725ba","after":"da9daba53bf1aae3422aab74335f10fb8b02cd22","ref":"refs/heads/master","pushedAt":"2024-05-01T15:04:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"edits","shortMessageHtmlLink":"edits"}},{"before":"bc785b2a2cec4e5a651d7564f047765e6ffbd2d2","after":"952e7488dd8ed55f8c67a81661017b96047725ba","ref":"refs/heads/master","pushedAt":"2024-04-25T14:26:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"tweak","shortMessageHtmlLink":"tweak"}},{"before":"d47c80403971e2d60567e07d15a5cb5649b9d202","after":"bc785b2a2cec4e5a651d7564f047765e6ffbd2d2","ref":"refs/heads/master","pushedAt":"2024-04-25T11:00:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"readme","shortMessageHtmlLink":"readme"}},{"before":"0fe9c2aa5ed89ad9bff07c700e6497ecba6da874","after":"d47c80403971e2d60567e07d15a5cb5649b9d202","ref":"refs/heads/master","pushedAt":"2024-04-25T10:58:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"The most significant changes involve the update of file paths in `master.ck` to reflect the new project structure, the modification of the `RemovePerson` SQL statement in `SqlStatements.cs` to return the deleted record, and the adjustment of the delete functionality in `Form1.cs` to check if the current person exists before deletion.\n\n1. The file paths in `master.ck` have been updated to reflect changes in the project structure. This includes the removal and addition of some files, as well as updates to the line and column numbers for some files.\n\n2. The `RemovePerson` SQL statement in `SqlStatements.cs` has been updated to return the deleted record. This change allows the caller to verify if a record was actually deleted.\n\n3. The size and location of various UI elements in `Form1.Designer.cs` have been adjusted. The `DeleteItem` on the `bindingNavigator1` has been set to null, disabling the delete functionality from the UI.\n\n4. The delete functionality in `Form1.cs` has been updated to check if the current person exists before attempting to delete. If the person does not exist, a message is displayed to the user. The insert functionality has also been updated to use a different SQL statement.\n\n5. The image for the `bindingNavigatorDeleteItem` in `Form1.resx` has been updated.\n\n6. The main form that is run when the application starts has been changed from `Form1Updated` to `Form1` in `Program.cs`.","shortMessageHtmlLink":"The most significant changes involve the update of file paths in `mas…"}},{"before":"3d5fea94433248bea73af6c07e32bd95d91e4135","after":"0fe9c2aa5ed89ad9bff07c700e6497ecba6da874","ref":"refs/heads/master","pushedAt":"2024-04-21T23:41:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"new project, minor updates to existing code","shortMessageHtmlLink":"new project, minor updates to existing code"}},{"before":"f770ee2e1ae450ea636d3fff06e86c8113cab31f","after":"3d5fea94433248bea73af6c07e32bd95d91e4135","ref":"refs/heads/master","pushedAt":"2024-04-17T14:09:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":":heavy_check_mark:","shortMessageHtmlLink":"✔️"}},{"before":"2851dda431faf2c46c9e11cee282e32c35b446d6","after":"f770ee2e1ae450ea636d3fff06e86c8113cab31f","ref":"refs/heads/master","pushedAt":"2024-04-17T14:06:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"in-mem","shortMessageHtmlLink":"in-mem"}},{"before":"6ed4ed880522309d6c36b18e23b85f46ecef9c60","after":"2851dda431faf2c46c9e11cee282e32c35b446d6","ref":"refs/heads/master","pushedAt":"2024-04-16T20:43:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"gen columns update","shortMessageHtmlLink":"gen columns update"}},{"before":"80adbc9d57b96da28cd3583c16a35477457aa3dc","after":"6ed4ed880522309d6c36b18e23b85f46ecef9c60","ref":"refs/heads/master","pushedAt":"2024-04-15T16:12:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"The most important changes include the addition of a new method `Books1` in `DataOperations.cs` and the subsequent modification of `DataSource.cs` to use this new method. This suggests a significant change in how the application retrieves book data from the database. The removal of the `GetStoredProceduresApp.csproj` project from the solution and the removal of a large block of code from `Program.cs` indicate a major restructuring of the application. The addition of new SQL code in `populate.sql` suggests that the database schema has been significantly altered.\n\nChanges:\n\n1. `DataOperations.cs`: The order of `using` statements was changed and a new method `Books1` was added to the `DataOperations` class. This method seems to be a variant of an existing method that retrieves books from a database using a stored procedure.\n2. `DataSource.cs`: The `DataSource` class was modified to use the new `Books1` method instead of the original `Books` method.\n3. `DataGridViewSample.csproj`: A new folder named \"scripts\" was added to the project.\n4. `Program.cs`: A large block of code was removed. This code seemed to be responsible for initializing the console window and setting its title.\n5. `SpectreConsoleHelpers.cs`: The entire file was removed. This file contained a number of helper methods for working with the Spectre.Console library.\n6. `GetStoredProceduresApp.csproj`: The entire project file was removed. This would effectively delete the project from the solution.\n7. `GlobalUsings.cs`: Two global `using` directives were removed.\n8. `Program.cs`: A large block of code was removed. This code seemed to be the main entry point for a console application that retrieves stored procedure definitions from a database and writes them to a file.\n9. `appsettings.json`: The entire file was removed. This file typically contains configuration settings for an application.\n10. `readme.md`: The entire file was removed. This file typically contains documentation or instructions for a project.\n11. `StoredProcedureHelpers.cs`: Two new methods were added: `FileName` and `InitialCatalog`. These methods seem to be related to working with SQL Server connection strings.\n12. `WritingSqlTips.sln`: References to the `GetStoredProceduresApp` project were removed, and the project type for the `SqlServerTableRulesApp` project was changed.\n13. `snapshot 1A.ck` and `master.ck`: New JSON data was added. These files seem to be related to some kind of state management or snapshot functionality.\n14. `populate.sql`: A large block of SQL code was added. This code creates two new tables (`Books` and `Categories`), inserts some data into these tables, creates an index and a foreign key constraint, and defines a stored procedure.","shortMessageHtmlLink":"The most important changes include the addition of a new method `Book…"}},{"before":"1509ffd65228ab6cfaf4cf86fbff71ef2a249ab0","after":"80adbc9d57b96da28cd3583c16a35477457aa3dc","ref":"refs/heads/master","pushedAt":"2024-04-13T10:56:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"cleanup","shortMessageHtmlLink":"cleanup"}},{"before":"ed5d2fdc2ab23e191fbf01967ae0df8c1b29072a","after":"1509ffd65228ab6cfaf4cf86fbff71ef2a249ab0","ref":"refs/heads/master","pushedAt":"2024-04-13T10:33:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"constraints","shortMessageHtmlLink":"constraints"}},{"before":"2d27c7c4da18608b15a1682f42b245f8367220d1","after":"ed5d2fdc2ab23e191fbf01967ae0df8c1b29072a","ref":"refs/heads/master","pushedAt":"2024-04-13T10:32:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"get table constraints","shortMessageHtmlLink":"get table constraints"}},{"before":"65b403e44f8839b80b72111ae4402d7b886214f1","after":"2d27c7c4da18608b15a1682f42b245f8367220d1","ref":"refs/heads/master","pushedAt":"2024-04-12T15:24:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"tree","shortMessageHtmlLink":"tree"}},{"before":"5da41366597bbeef00aa5f44f96fcc3df0d142ff","after":"65b403e44f8839b80b72111ae4402d7b886214f1","ref":"refs/heads/master","pushedAt":"2024-04-12T14:46:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"updates","shortMessageHtmlLink":"updates"}},{"before":"ebf5d49a81b72a80e627e31751e1b734fe7fa30a","after":"5da41366597bbeef00aa5f44f96fcc3df0d142ff","ref":"refs/heads/master","pushedAt":"2024-04-10T14:11:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"added view","shortMessageHtmlLink":"added view"}},{"before":"c3dfa40189421ad654ba7b8a4f4ff39ec58627c4","after":"ebf5d49a81b72a80e627e31751e1b734fe7fa30a","ref":"refs/heads/master","pushedAt":"2024-04-10T13:58:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"dapper code","shortMessageHtmlLink":"dapper code"}},{"before":"325f9c6d82a0e0d82726606cf87fbbf878871d50","after":"c3dfa40189421ad654ba7b8a4f4ff39ec58627c4","ref":"refs/heads/master","pushedAt":"2024-04-10T13:47:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"removed pragma","shortMessageHtmlLink":"removed pragma"}},{"before":"3faaef04235b628f8cc10d0c8700a11cb08f83c2","after":"325f9c6d82a0e0d82726606cf87fbbf878871d50","ref":"refs/heads/master","pushedAt":"2024-04-10T13:47:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"connection string","shortMessageHtmlLink":"connection string"}},{"before":"ac95e60698901c4c3da35c6c3e5d059c1de75ec0","after":"3faaef04235b628f8cc10d0c8700a11cb08f83c2","ref":"refs/heads/master","pushedAt":"2024-04-10T13:46:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"karenpayneoregon","name":"Karen Payne","path":"/karenpayneoregon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17032797?s=80&v=4"},"commit":{"message":"connection string","shortMessageHtmlLink":"connection string"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEavTVPQA","startCursor":null,"endCursor":null}},"title":"Activity · karenpayneoregon/sql-basics"}