{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":556905813,"defaultBranch":"main","name":"trilogy","ownerLogin":"adrianna-chang-shopify","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-10-24T18:35:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22918438?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712325939.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"e0fee192bfb34d399725b4be054ff52ae3026b70","ref":"refs/heads/ac-test","pushedAt":"2024-04-05T14:05:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":null,"after":"9f2482baa1a9b4c2bd0dc6b3e0659168e4f349d8","ref":"refs/heads/ac-protocol-violation-on-bad-username","pushedAt":"2023-11-21T15:32:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":"50d2e154f115deaf52aded1369a45523fb86f20b","after":"8250609ca67124aa1aa30569576e39291b0ca5aa","ref":"refs/heads/ac-prepared-statements-ruby","pushedAt":"2023-08-21T18:39:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":"d6e1375469d1e1b23181b4f4fd406c6eb85d2a46","after":"a501cd9a6f2d8cb39dccfb01ec487f3849e33d17","ref":"refs/heads/ac-multi-statement-docs","pushedAt":"2023-07-18T15:17:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"Expand on Ruby docs for multi-statement queries","shortMessageHtmlLink":"Expand on Ruby docs for multi-statement queries"}},{"before":null,"after":"d6e1375469d1e1b23181b4f4fd406c6eb85d2a46","ref":"refs/heads/ac-multi-statement-docs","pushedAt":"2023-07-18T15:13:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"Expand on Ruby docs for multi-statement queries","shortMessageHtmlLink":"Expand on Ruby docs for multi-statement queries"}},{"before":null,"after":"50d2e154f115deaf52aded1369a45523fb86f20b","ref":"refs/heads/ac-prepared-statements-ruby","pushedAt":"2023-07-18T13:53:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":"142eb0e8370537fc7fe38081a03fdf42d1cb67aa","after":null,"ref":"refs/heads/ac-error-class-changes","pushedAt":"2023-03-24T13:36:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"}},{"before":"2c4ed3215a5cc687fa5c3f90de2845a02ecd1fb3","after":null,"ref":"refs/heads/ac-multi-results","pushedAt":"2023-03-15T18:39:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"}},{"before":null,"after":"142eb0e8370537fc7fe38081a03fdf42d1cb67aa","ref":"refs/heads/ac-error-class-changes","pushedAt":"2023-03-14T15:22:41.848Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"Trilogy errors all inherit from base Trilogy::Error class\n\nThis commit makes breaking changes to the error classes. All Trilogy\nerrors are now descendants of the base error class, Trilogy::Error,\nand no longer inherit from syscall errors.","shortMessageHtmlLink":"Trilogy errors all inherit from base Trilogy::Error class"}},{"before":"b5ec554a7ba263a61c012257a8424f2c71f7f52d","after":"2c4ed3215a5cc687fa5c3f90de2845a02ecd1fb3","ref":"refs/heads/ac-multi-results","pushedAt":"2023-03-13T20:55:11.447Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"Support TRILOGY_CAPABILITIES_MULTI_RESULTS\n\nThe TRILOGY_CAPABILITIES_MULTI_RESULTS client flag should be set\nalong with TRILOGY_CAPABILITIES_MULTI_STATEMENTS when the Trilogy\nclient is initialized with `multi_statement: true`. The TRILOGY_CAPABILITIES_MULTI_RESULTS\nflag can also be set independently via `multi_result: true` to enable\nmulti-result processing without allowing the client to send multi-statement\nqueries. This is useful for stored procedures, dynamic SQL in init files, etc.\n\nTo match behaviour with libmysqlclient, TRILOGY_CAPABILITIES_MULTI_RESULTS\nis enabled by default.","shortMessageHtmlLink":"Support TRILOGY_CAPABILITIES_MULTI_RESULTS"}},{"before":null,"after":"b5ec554a7ba263a61c012257a8424f2c71f7f52d","ref":"refs/heads/ac-multi-results","pushedAt":"2023-03-13T20:46:52.914Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"adrianna-chang-shopify","name":"Adrianna Chang","path":"/adrianna-chang-shopify","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22918438?s=80&v=4"},"commit":{"message":"Support TRILOGY_CAPABILITIES_MULTI_RESULTS\n\nThe TRILOGY_CAPABILITIES_MULTI_RESULTS client flag should be set\nalong with TRILOGY_CAPABILITIES_MULTI_STATEMENTS when the Trilogy\nclient is initialized with `multi_statement: true`. The TRILOGY_CAPABILITIES_MULTI_RESULTS\nflag can also be set independently via `multi_result: true` to enable\nmulti-result processing without allowing the client to send multi-statement\nqueries. This is useful for stored procedures, dynamic SQL in init files, etc.\n\nTo match behaviour with libmysqlclient, TRILOGY_CAPABILITIES_MULTI_RESULTS\nis enabled by default.","shortMessageHtmlLink":"Support TRILOGY_CAPABILITIES_MULTI_RESULTS"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEKPDabAA","startCursor":null,"endCursor":null}},"title":"Activity ยท adrianna-chang-shopify/trilogy"}