]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-6910 #resolve Multiple entry with the same first, last name or extension in the...
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 14 Oct 2014 13:53:12 +0000 (09:53 -0400)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 14 Oct 2014 13:53:12 +0000 (09:53 -0400)
commit2ca349a3f814cb78bcb7f0ebbbf02f067b927d18
tree7dce90dad4c3e43775c1a90ab663e30c67c706fc
parent59352005d0cc57eef410438b2bfada01fc5b028e
FS-6910 #resolve Multiple entry with the same first, last name or extension in the directory would only return 1 entry.  Fix issue where group by would produce multiple row of count(*) result.  Using distinct instead wouldn't solve the issue in SQLITE because of a bug, so solution is to use a subselect.
src/mod/applications/mod_directory/mod_directory.c