aboutsummaryrefslogtreecommitdiffstats
path: root/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'database.py')
-rw-r--r--database.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/database.py b/database.py
index 53d755e..e368d02 100644
--- a/database.py
+++ b/database.py
@@ -212,8 +212,7 @@ class PayGapDatabase:
with self.__connection.cursor() as cursor:
cursor.execute("""
SELECT name, company_number FROM employer
- WHERE name LIKE '%s' OR current_name LIKE '%s'
- LIMIT 10;
+ WHERE name LIKE '%s' OR current_name LIKE '%s';
""" % (
self._wrap_percent(company_prefix),
self._wrap_percent(company_prefix)