Bug #46742 | use " group by" statement in ado.net enetiy framework | ||
---|---|---|---|
Submitted: | 15 Aug 2009 13:30 | Modified: | 9 Jun 2011 20:49 |
Reporter: | Liu Leiz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.0.4, 6.3.6 | OS: | Windows (windows 7) |
Assigned to: | Julio Casal | CPU Architecture: | Any |
Tags: | GROUP BY |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[15 Aug 2009 13:53]
Liu Leiz
[15 Aug 2009 13:56]
Liu Leiz
table tag
Attachment: table tag.jpg (image/pjpeg, text), 24.47 KiB.
[15 Aug 2009 13:57]
Liu Leiz
table joke
Attachment: table joke.jpg (image/pjpeg, text), 52.38 KiB.
[16 Nov 2010 8:21]
Whikiey Yan
mysql group by issue sample project
Attachment: mysql_groupby.7z (, text), 142.63 KiB.
[16 Nov 2010 8:27]
Whikiey Yan
SQL for "mysql group by issue sample project"
Attachment: mysql_groupby.7z (, text), 405 bytes.
[16 Nov 2010 9:58]
Whikiey Yan
i did not fill the provider section, and you might not install v6.3.4. now i added, please try this file again, thank you.
Attachment: mysql_groupby_prj_with_mysqlprovider.7z (, text), 142.75 KiB.
[13 Jan 2011 13:20]
Maico Dionisio
Added GroupBySimple NUnit Test case.
Attachment: OrderingAndGrouping.cs (text/plain), 4.54 KiB.
[13 Jan 2011 15:19]
Maico Dionisio
Updated to include ORDER BY workaround feature
Attachment: OrderingAndGrouping.cs (text/plain), 5.18 KiB.
[21 Apr 2011 13:38]
Marek Vaculciak
Simple project to reproduce the bug, made according to original description of Liu Leiz. .
Attachment: Bug46742.zip (application/octet-stream, text), 40.31 KiB.
[29 Apr 2011 19:37]
Evgeniy Borisov
Small modification. AS IS
Attachment: Release-4.0.zip (application/octet-stream, text), 176.67 KiB.
[29 Apr 2011 19:41]
Evgeniy Borisov
Sorry. Forgot to remove garbage.
Attachment: Release-4.0.zip (application/octet-stream, text), 176.57 KiB.
[5 May 2011 17:12]
Evgeniy Borisov
my patch
Attachment: Source.cs (text/plain), 2.37 KiB.