{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":13157487,"defaultBranch":"3.x","name":"Aura.SqlQuery","ownerLogin":"auraphp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-09-27T18:08:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/611900?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1682429678.0","currentOid":""},"activityList":{"items":[{"before":"72ff740f19d8538cd1bdb46f73bc161e8fe88020","after":"b58a7aab3c3291b31671ace4d64cc31e68f3f2a7","ref":"refs/heads/3.x","pushedAt":"2024-03-14T04:50:31.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"Merge pull request #210 from rotexdegba/3.x\n\nUpdated Github Actions","shortMessageHtmlLink":"Merge pull request #210 from rotexdegba/3.x"}},{"before":"6f71a3b82d7018dff437cdd316f3eb851fd3713c","after":"72ff740f19d8538cd1bdb46f73bc161e8fe88020","ref":"refs/heads/3.x","pushedAt":"2023-06-02T10:44:13.621Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"koriym","name":"Akihito Koriyama","path":"/koriym","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/529021?s=80&v=4"},"commit":{"message":"Merge pull request #208 from sajjad-rezaei/patch-1\n\nUpdate insert.md","shortMessageHtmlLink":"Merge pull request #208 from sajjad-rezaei/patch-1"}},{"before":"f9e91ee8b9351b1de36483070f5d2efa4efb3e86","after":null,"ref":"refs/heads/issue-178","pushedAt":"2023-04-25T13:34:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"}},{"before":"e693e166904aacdbe3a50978843246623ba3eb3a","after":null,"ref":"refs/heads/bug-fix-206","pushedAt":"2023-04-25T13:25:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"}},{"before":"3cadc8bbdeb6cde5fde01349bbd5c4b0fbc1287e","after":"33a6283a0bc987d6b12e91c73486937ce1047366","ref":"refs/heads/2.x","pushedAt":"2023-04-25T13:25:37.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"Merge pull request #207 from auraphp/bug-fix-206\n\n[BUG] Fix bad use of strripos","shortMessageHtmlLink":"Merge pull request #207 from auraphp/bug-fix-206"}},{"before":null,"after":"e693e166904aacdbe3a50978843246623ba3eb3a","ref":"refs/heads/bug-fix-206","pushedAt":"2023-04-25T13:24:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"[BUG] Fix bad use of strripos \n\nIt is 100% valid for strripos to return 0\r\nwe want quotes in that case for the AS blah\r\nNEVER EVER if a strripos, always explicitly check for false!!\r\n\r\nThis was breaking jsonb text returns with mixed case aliases\r\n\r\nSelect \"pt\".\"name\"->>'en_US' AS \"myDescription\" from mytable pt is what we want to end up with\r\nThe replaceNamesAndAliasIn was getting ' AS myDescription' and not properly escaping it because the strripos was returning 0","shortMessageHtmlLink":"[BUG] Fix bad use of strripos"}},{"before":"265abd3e84d2715b1bcaa23e08b725213b77ba9b","after":"6f71a3b82d7018dff437cdd316f3eb851fd3713c","ref":"refs/heads/3.x","pushedAt":"2023-04-25T13:22:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"[BUG] Fix bad use of strripos \n\nIt is 100% valid for strripos to return 0\r\nwe want quotes in that case for the AS blah\r\nNEVER EVER if a strripos, always explicitly check for false!!\r\n\r\nThis was breaking jsonb text returns with mixed case aliases\r\n\r\nSelect \"pt\".\"name\"->>'en_US' AS \"myDescription\" from mytable pt is what we want to end up with\r\nThe replaceNamesAndAliasIn was getting ' AS myDescription' and not properly escaping it because the strripos was returning 0","shortMessageHtmlLink":"[BUG] Fix bad use of strripos"}},{"before":"6f71a3b82d7018dff437cdd316f3eb851fd3713c","after":null,"ref":"refs/heads/test","pushedAt":"2023-04-25T13:22:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"}},{"before":null,"after":"6f71a3b82d7018dff437cdd316f3eb851fd3713c","ref":"refs/heads/test","pushedAt":"2023-04-25T13:21:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"[BUG] Fix bad use of strripos \n\nIt is 100% valid for strripos to return 0\r\nwe want quotes in that case for the AS blah\r\nNEVER EVER if a strripos, always explicitly check for false!!\r\n\r\nThis was breaking jsonb text returns with mixed case aliases\r\n\r\nSelect \"pt\".\"name\"->>'en_US' AS \"myDescription\" from mytable pt is what we want to end up with\r\nThe replaceNamesAndAliasIn was getting ' AS myDescription' and not properly escaping it because the strripos was returning 0","shortMessageHtmlLink":"[BUG] Fix bad use of strripos"}},{"before":"6f7545835c0b02ec55561ac72ebca4f0522e1a00","after":null,"ref":"refs/heads/revert-206-patch-1","pushedAt":"2023-04-25T13:15:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"}},{"before":null,"after":"6f7545835c0b02ec55561ac72ebca4f0522e1a00","ref":"refs/heads/revert-206-patch-1","pushedAt":"2023-04-25T13:14:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"Revert \"[BUG] Fix bad use of strripos\"","shortMessageHtmlLink":"Revert \"[BUG] Fix bad use of strripos\""}},{"before":"f9702f0e8c0f16fdea602d0b1c8dce76a7658f35","after":"8dc7bb63e2713ecdf905ac2ec59eb81d575804ce","ref":"refs/heads/4.x","pushedAt":"2023-04-25T13:05:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"harikt","name":"Hari K T","path":"/harikt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/120454?s=80&v=4"},"commit":{"message":"Merge pull request #206 from auroraeosrose/patch-1\n\n[BUG] Fix bad use of strripos","shortMessageHtmlLink":"Merge pull request #206 from auroraeosrose/patch-1"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEFTZPcQA","startCursor":null,"endCursor":null}},"title":"Activity ยท auraphp/Aura.SqlQuery"}