Project

General

Profile

Actions

Feature #4840

closed

typeAhead Prefetch für SQL-Abfrage

Added by Elias Villiger over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Carsten Rose
Target version:
-
Start date:
28.10.2017
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Aktuell gibt es den Prefetch nur für LDAP (typeAheadLdapSearchPrefetch)

Praktisch wäre auch ein typeAheadSqlPrefetch, womit man bei einem typeAheadSql automatisch den value (statt id) anzeigen könnte.

Beispiel:
typeAheadSql = SELECT p.id AS id, CONCAT(p.lastName, ', ', p.firstName) AS value FROM person AS p WHERE CONCAT(p.firstName, ' ', p.lastName, ', ', p.firstName) LIKE ?

typeAheadSqlPrefetch = SELECT p.id AS id, CONCAT(p.lastName, ', ', p.firstName) AS value FROM person AS p WHERE p.id = ?

Related issues

Related to QFQ - Feature #5454: typeAheadSql braucht ein PrefetchClosedElias Villiger16.02.2018

Actions
Actions #1

Updated by Elias Villiger over 6 years ago

  • Description updated (diff)
Actions #2

Updated by Elias Villiger over 6 years ago

  • Related to Feature #5454: typeAheadSql braucht ein Prefetch added
Actions #3

Updated by Elias Villiger over 6 years ago

  • Status changed from New to Closed

(Duplikat)

Actions

Also available in: Atom PDF