Skip to content

Releases: Starcounter/Starcounter.Linq

Release 3.4.1 for Starcounter Nova

Choose a tag to compare

@un-tone un-tone released this 22 Apr 18:53

#57. Fixed handling of Contains method inside of Where with DB objects.

Release 2.4.1 for Starcounter v2.4

Choose a tag to compare

@un-tone un-tone released this 22 Apr 18:52

#57. Fixed handling of Contains method inside of Where with DB objects.

Release 1.4.1 for Starcounter v2.3

Choose a tag to compare

@un-tone un-tone released this 22 Apr 18:11

#57. Fixed handling of Contains method inside of Where with DB objects.

Release 3.4.0 for Starcounter Nova

Choose a tag to compare

@un-tone un-tone released this 18 Apr 19:18

#59. Support of GroupBy method.
#78. Fixed using of LINQ methods after using of Select method.
#67. Translating of StartWith method to STARTS WITH operator.

Release 2.4.0 for Starcounter v2.4

Choose a tag to compare

@un-tone un-tone released this 18 Apr 19:17

#59. Support of GroupBy method.
#78. Fixed using of LINQ methods after using of Select method.
#67. Translating of StartWith method to STARTS WITH operator.

Release 1.4.0 for Starcounter v2.3

Choose a tag to compare

@un-tone un-tone released this 18 Apr 19:16

#59. Support of GroupBy method.
#78. Fixed using of LINQ methods after using of Select method.
#67. Translating of StartWith method to STARTS WITH operator.

Release 3.3.3 for Starcounter Nova

Choose a tag to compare

@un-tone un-tone released this 02 Mar 10:30

#70. Minimized number of parentheses in the resulting SQL.

Release 2.3.3 for Starcounter v2.4

Choose a tag to compare

@un-tone un-tone released this 02 Mar 10:30

#70. Minimized number of parentheses in the resulting SQL.

Release 1.3.3 for Starcounter v2.3

Choose a tag to compare

@un-tone un-tone released this 02 Mar 10:29

#70. Minimized number of parentheses in the resulting SQL.

Release 3.3.2 for Starcounter Nova

Choose a tag to compare

@un-tone un-tone released this 11 Jan 21:27
  • Fixed redundant generation of extra parentheses in result SQL condition.
  • Updated Nova references.