-
Updated
Oct 7, 2020
college
Here are 850 public repositories matching this topic...
-
Updated
May 13, 2020 - JavaScript
-
Updated
Aug 4, 2020
-
Updated
Dec 23, 2019
-
Updated
Oct 27, 2020 - HTML
-
Updated
Nov 22, 2020 - Dart
-
Updated
Nov 9, 2019 - Python
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2020 - C
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Nov 20, 2020 - Python
-
Updated
Aug 1, 2017 - PHP
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 7, 2020 - Dart
-
Updated
Oct 1, 2020 - Java
Update Readme
Update the readme of the project with correct spellings and make it more presentable.
Update the screenshots with the latest UI of the application.
-
Updated
Mar 14, 2018 - Java
-
Updated
Oct 24, 2017 - Go
-
Updated
Oct 15, 2020 - TeX
-
Updated
Nov 24, 2020 - Python
-
Updated
Oct 13, 2017 - Python
-
Updated
Feb 15, 2020 - Java
-
Updated
Aug 26, 2019 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Feb 18, 2019
Improve this page
Add a description, image, and links to the college topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the college topic, visit your repo's landing page and select "manage topics."


Describe the bug
DB performance suffers from not using prepared statements.
https://github.com/Jasig/uPortal/blob/44b303f8406b042edde388f2bcd9ffed445be912/uPortal-groups/uPortal-groups-core/src/main/java/org/apereo/portal/groups/RDBMEntityGroupStore.java#L482
This should be rewritten to use bindings.